1

I created a kafka streams scala g8 template but I noticed it only prints when the application is killed. I also tried the print to file and noticed the file is only updated when the application is killed.

https://github.com/idarlington/kafka-streams.g8/blob/master/src/main/g8/src/main/scala/%24package__packaged%24/WordCount.scala#L43

Is this an expected behaviour?

1 Answers1

0

As Matthias.J.Sax pointed out, this is a bug in Kafka 2.0.0. Upgrading to 2.1.0 resolved it.