Hi all, I'd like to propose these changes to the Kafka Streams API.
https://cwiki.apache.org/confluence/display/KAFKA/KIP-675%3A+Convert+KTable+to+a+KStream+using+the+previous+value This is a proposal to convert a KTable to a KStream knowing the previous value of the registry. I also opened a proof-of-concept PR: PR#9321: https://github.com/apache/kafka/pull/9381 What do you think? Cheers, Javier Freire