Re: Questions about Kafka Streams Partitioning & Deployment

2016-07-20 Thread Michael Ruberry
ay you hope it works, if you use the DSL and don't make up keys > > arbitrarily. In other words, there is nothing currently that prevents you > > from shooting yourself in the foot e.g., by making up keys and using the > > same made-up key in different processing nodes. > >

Questions about Kafka Streams Partitioning & Deployment

2016-07-18 Thread Michael Ruberry
Hi all, My company, Taboola, has been looking at Kafka Streams and we are still confused about some details of partitions and store persistence. So let's say we have an app consuming a single topic and we're using an embedded and persisted key-value store: 1. If we restart the app, will each