Monitor the state of an event-based choreography

2018-07-19 Thread Jonathan Roy
status of any particular order, and know which part of the flow remains to be done? I know Confluent Control Center allows to monitor the Kafka topics, but I’m not aware of any tool allowing to visualize the business flows of events. Thanks! Jonathan Roy

Questions about state stores and KSQL

2018-07-11 Thread Jonathan Roy
Hi Kafka users, I am very new to Kafka and more globally to stream processing, and am trying to understand some of the concepts used by Kafka. From what I understand, a key-value state store is created on each processor node that performs stateful operations such as aggregations or joins. Let’s