Thank you for your thorough explanation Michael. It helped a lot.
Cheers
Davood
On Thu, Jun 16, 2016 at 5:01 PM, Michael Noll wrote:
> Davood,
>
> you are reading the input topic into a KTable, which means that subsequent
> records for the same key (such as the key `1`, which appears twice in t
Davood,
you are reading the input topic into a KTable, which means that subsequent
records for the same key (such as the key `1`, which appears twice in the
input messages/records) will be considered as updates to any previous
records for that key. So I think what you actually want to do is read