I am trying to connect to Confluent KSQLDB using Java Client. I am able to connect but unable to execute the Queries from client.
I am following this Reference: Java Client for ksqlDB - ksqlDB Documentation
Placing my piece of code. Correct me if I am missing something
I was trying to connect to KSQLDB using Java Client. My requirement is to get all the Tables and Streams which are lying under given KSQLDB cluster. So in this process, I am unable to get the Tables and Streams by executing ksqldb queries(shown in above screenshot).