kafka-websocket
kafka-websocket copied to clipboard
How can I connect to a secured websocket ?
Hi,
I am able to use this without the ssl using ws:// protocol. Now I need to secure it so changed the properties file and make "ssl: true" , now I am using wss:// protocol but its not connecting. I am using Jquery and Browser Websocket API to connect to Kafka topic.
Can you please share anything which shows ssl connectivity to kafka topic using Websocket api