Re: kafka-streams using throught

2018-02-05 Thread Matthias J. Sax
It will be two transactions. Note, that Kafak transactions are not the same thing as transactions in RDBMS. There is no notion of ACID guarantees. Kafka's transactions only guarantee that you get exactly-once processing semantics. -Matthias On 2/5/18 3:27 AM, Pegerto Fernandez Torres wrote: > H

kafka-streams using throught

2018-02-05 Thread Pegerto Fernandez Torres
Hello all, Can someone help me to understand the throught operation? At the documentation, the operation is equivalent to use #to# and define a #stream#. And according to the code that is exactly what it does, invoke to and return a stream. Now I want to store a intermediate result of the topol