Re: Monitor the state of an event-based choreography

2018-08-02 Thread Tony Liu
From: Jonathan Roy > > Sent: Thursday, July 19, 2018 3:22 AM > > To: users@kafka.apache.org > > Subject: Monitor the state of an event-based choreography > > > > Hello, > > > > We are currently studying event-driven architectures with Kafka, and one > > thing t

Re: Monitor the state of an event-based choreography

2018-07-19 Thread Christopher Smith
lso be interested. > > Dan > > > > From: Jonathan Roy > Sent: Thursday, July 19, 2018 3:22 AM > To: users@kafka.apache.org > Subject: Monitor the state of an event-based choreography > > Hello, > > We are currently studying e

Re: Monitor the state of an event-based choreography

2018-07-19 Thread Dan Rosanova
Are you looking more for an Actor or orchestration layer and visibility? I don’t know of one per se, it would also be interested. Dan From: Jonathan Roy Sent: Thursday, July 19, 2018 3:22 AM To: users@kafka.apache.org Subject: Monitor the state of an event

Monitor the state of an event-based choreography

2018-07-19 Thread Jonathan Roy
Hello, We are currently studying event-driven architectures with Kafka, and one thing that scares me a bit is that we have no way to know at any moment what is the state of a business transaction that spans multiple services. Let’s consider the following simple flow: 1. the ‘orders’ service cre