4

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.

Matthias J. Sax
  • 59,682
  • 7
  • 117
  • 137
Cap Barracudas
  • 2,347
  • 4
  • 23
  • 54

1 Answers1

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