🌟🌟🌟 @thmeitz has recently forked this—with my gratitude and blessing—in order to develop it further - please see his repo at thmeitz/ksqldb-go
This is a Go client for ksqlDB. It supports both pull and push queries, as well as command execution.
Module install:
This client is a Go module, therefore you can have it simply by adding the following import to your code:
import "github.com/rmoff/ksqldb-go"
Then run a build to have this client automatically added to your go.mod file as a dependency.
Manual install:
go get -u github.com/rmoff/ksqldb-go