Re: Java Kafka Streams

2020-09-14 Thread John Roesler
Hello Sebastián, Thanks for the question. I think the reason you don't find documentation for this is that it's quite unusual to have a data stream that just stops at some point and never sends any more data. Can you elaborate a little whether you meant that the whole input topic just "ends" at s

Java Kafka Streams

2020-09-14 Thread David Sebastián Manjo
Dear team, I have a question but I don’t see documentation about it. I hope you can help me. I have a Kafka producer and a Kafka consumer, both the first one and the second one are written in Java (Java 11). The Kafka producer has start moment and end moment. On the other hand Kafka consumer i