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.
Is this an expected behaviour?
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.
Is this an expected behaviour?
As Matthias.J.Sax pointed out, this is a bug in Kafka 2.0.0
. Upgrading to 2.1.0
resolved it.