cc-ed users mailing list, as I think it's more appropriate for this thread.
Sanjay, if you what you're after is the following pattern:
http://www.enterpriseintegrationpatterns.com/patterns/messaging/RequestReplyJmsExample.html
then yes, you can do this in kafka. The outline would be similar to
Hi Sanjay,
Can you be a little clearer what you are trying to achieve? If you want
to build an RPC system where one entity makes a remote procedure call to
another, you might consider using something like CORBA, Apache Thrift,
gRPC, etc.
best,
Colin
On Fri, May 12, 2017, at 07:55, Banerjee, Sa