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!