Hi,
I got solace pub/sub running locally. I can publish to a queue under a topic and consume from it via a subscription. I also have kafka/zookeeper running under WSL. I am trying to connect solace to standalone kafka by following Heinz Schaffner’s video: Integration Guides using the Solace source connector.
sudo bin/connect-standalone.sh config/connect-standalone.properties solace.properties
returns this error: Failed to connect to and describe Kafka cluster. Check worker’s broker connection and security properties.
I am not sure if I had considered solace.properties correctly. I took the one downloaded from Heinz and replaced the sol.host/sol.username/sol.password/sol.vpn/sol.topic with my own and left everything else alone including all the sol.ssl fields. There may be other things I missed too.
Any help will be appreciated.
Eddie