Hi Jay, I'm not aware of a Go implementation of Kafka Streams in Apache Kafka. If anyone here knows something I don't, feel free to correct me.
goka (https://github.com/lovoo/goka), while not part of Apache Kafka, seems to be pretty popular. You may also want to check out KSQL which, although it's not written in Go, may allow you to implement your streaming use case(s) without writing a ton of Java. Cheers, Alex On Wed, May 22, 2019 at 8:40 PM Jay Heydt <code.blue.tr...@gmail.com> wrote: > Do you have an estimate of when there will be a Kafka Streams library for > Go? > > Thank you! > Jay >