I’ve just started working on KsqlDB for real-time streaming.
I’m using Opensource code to setup the KsqlDB. I’m trying to setup the cluster of 2 worker node using the same ksql.service.id but when I check the cluster status it shows nothing.
curl --http1.1 -sX GET "http://localhost:8088/clusterStatus" | jq '.'
Null response
I’m trying to set up the 2 node Ksqldb cluster as per the document service.id should be the same on both cluster if they are connected to the same kafka source.