Could you provide me with a code sample in node js that runs KSQL queries on Kafka ? F.e. I would like to create and then retrieve a simple table.
Asked
Active
Viewed 3,026 times
4
-
till there is not library for node.js? – Jun 28 '20 at 18:45
1 Answers
2
Afaik there's no library that would do that for you. Did you look at using the REST api for this?
https://docs.confluent.io/current/ksql/docs/developer-guide/api.html

pocorschi
- 3,605
- 5
- 26
- 35
-
-
So far there's only Java client library available. Official list: https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-clients/ – Nickson Yap Oct 31 '20 at 09:03