Unable to Subscribe Topic in Solace Local from Streamset Pipeline (JMS Producer)
I have set up Docker containers for SQL Server, StreamSets, and Solace, following the steps outlined in the blog https://solace.com/blog/change-data-capture-solace-streamsets-dr/. My goal is to enable Change Data Capture (CDC) and stream data from SQL Server to Solace via StreamSets.
In the setup, I'm able to configure StreamSets to produce messages to a specific topic in Solace. However, I'm encountering issues subscribing to this topic within Solace. Despite configuring subscriptions in the "TRY ME" section under the message VPN, I'm not receiving any messages from the topic produced by StreamSets.
Could someone guide me on how to correctly subscribe to a topic in Solace that is being populated by StreamSets, considering both are running on localhost Docker containers? Specifically, I need assistance with the subscription setup within Solace to receive messages correctly.
Thank you in advance for any insights or guidance you can provide!
Answers
-
Not knowing which topics StreamSets is publishing on, I recommend that you start with subscribing to ">" in the Try Me tab. This wild card subscription will show you messages published on any topic.
1 -
Still not getting any messages
0