Re: Kafka producer and consumer within on sync execution

2017-04-09 Thread Hans Jespersen
You posted the same question to Stack Overflow so I answered it there https://stackoverflow.com/questions/43302857/handling-sync-api-call-rest-spring-and-async-message-kafka-in-the-same-execu/43312070#43312070

Kafka producer and consumer within on sync execution

2017-04-08 Thread Rams N
Hi, I've an usecase to respond to an API call to the client which should happen in sync. But within the api execution, the system A need to publish a kafka message to an different system B and which responds to another kafka topic. The response must be consumed by A and should respond to the client