-
Kafka Solace Sink Connector - Received record that had no data....discarded
Hello, I'm configuring a Solace Sink connector for Kafka with the following properties - "connector.class": "com.solace.sink.connector.SolaceSinkConnector","tasks.max": "2","topics": "nt_pop_fxrt_002_001","sol.host": "xx.xx.xxx.xxx","sol.username": "syskaf","sol.password": "","sol.vpn_name": "sysvpn16","sol.queue":…
-
Spring Cloud Stream Binder and Kerberos
I am looking to utilize the Spring Cloud Stream Binder for Solace PubSub and looking for examples of how to enable kerberos for the Solace binder connections. The examples all use username + password combinations. Any samples on how to initialize using kerberos configs?
-
Scripts to create/delete destinations/bridges , VPN etc.. via Jenkins pipeline
Dear All, Please help to provide some sample scripts to create/delete destinations/bridges , VPN... via jenkins pipeline. Thanks, Surya |
-
Unable to Map Topic to Queue using C# Client API
I need to dynamically map Topic to queue through C# client API. I have followed every step that is written in https://solace.com/samples/solace-samples-dotnet/topic-to-queue-mapping/ and Github sample https://github.com/SolaceSamples/solace-samples-dotnet/blob/master/src/TopicToQueueMapping/TopicToQueueMapping.cs. However…
-
How to configure properties in Solace-Kafka-Sink-Connector
Hi, I connected a message broker to Confluent Kafka using Solace-Kafka-Sink-Connector. https://github.com/SolaceLabs/pubsubplus-connector-kafka-sink And I am testing how the matching between Kafka topic and Solace topic works. Testing is done by changing the topics, sol.topics, and sol.queue properties in the…
-
Client Data Messages count is increasing though I sent just one message from source broker
I see my SolaceIOConnector as consumer in my queue now. I sent one message but my destination broker message vpn stats are something like this Why is this count increasing? - After stopping the connector, these messages stopped. Please help me understand this behavior or this is a bug in the stats. Why is the one message…
-
Now Available: JMS Samples Using Alibaba Cloud’s Natural Language Processing (NLP) SDK
There are two applications coded to the JMS API in a Requestor and Replier role, respectively. The requestor program collects user input from the console and submits each line for translation as a JMS request message. The replier program receives the JMS request message, calls the Machine Translation API to translate the…
-
Using kafka connector sink but message recieved is thrice what was sent from producer under stats
I am publishing single message to a kafka topic which is connected to solace with kafka sink connector. When I see the stats of the message vpn I notice it shows 'client data messages' received as 3 times the messages I sent. 2 messages are showing in 'Incoming Message Discards'. Under the client connections > kafka stats,…
-
New Tutorial Available - Spring Boot Autoconfig JMS
A new tutorial has been posted to the Solace Samples pages! Be sure to check it out. https://solace.com/samples/solace-samples-spring/spring-boot-autoconfigure/