You can call the REST endpoints in KSQL from any programming language. I wrote some stuff in node.js to call KSQL this way and it works great. The results don't even have to go to a Kafka topic as the results of and POST to /query all stream using HTTP.
-hans /** * Hans Jespersen, Principal Systems Engineer, Confluent Inc. * h...@confluent.io (650)924-2670 */ On Tue, Dec 19, 2017 at 12:52 PM, Victor Denisov <vic...@autonomic.ai> wrote: > Hi, > > Is anybody aware of any kafka streams work for golang? > > Thanks, > -- > V. >