Re: Updating external service and then processing response

2018-04-29 Thread wazza
ansform. This later case however to me > smacks of an undesireable side effect as these make error recovery cases > harder. > > Michael > > > On Apr 28, 2018, at 8:21 PM, wazza wrote: > > > > Hi all, > > > > I need to send a request to an externa

Updating external service and then processing response

2018-04-28 Thread wazza
Hi all, I need to send a request to an external web service and then store the response in a DB table, and I am wondering how people have approached this or similar problems in the past. The flow is: Kafka source (msgs only every few seconds) => filter/map operators => result sent to web service