I am correct in assuming there is no way to convert a KStream into a KTable, similar to KTable.toStream() but in the reverse direction, other than using KSteam.reduceByKey and a Reducer or looping back through Kafka and using KStreamBuilder.table?
- Convert a KStream to KTable Elias Levy
- Re: Convert a KStream to KTable Matthias J. Sax
- Re: Convert a KStream to KTable Michael Noll