我创建了一个kafka stream scala g8模板,但我注意到它仅在应用程序被杀死时才会打印。我还尝试将打印文件存档,并注意到该文件仅在应用程序被终止时才更新。
这是预期的行为吗?
答案 0 :(得分:0)
正如Matthias.J.Sax所指出的,这是Kafka YourClass yourClass = new YourClass();
yourClass.Enqueue(Foo.Instance);
yourClass.LoadOrUpdate();
中的错误。升级到2.0.0
即可解决。