Re: request-reply model

2020-06-14 Thread roman vir
Thanks. any links for 1. request-reply model setup on unix and cloud? 2. pub-sub model setup? Thanks Roman > On Jun 12, 2020, at 6:29 PM, Ricardo Ferreira wrote: > >  > Roman, > > If you are implementing this in Java and use the Spring Framework then there > is a

Re: request-reply model

2020-06-12 Thread Ricardo Ferreira
Roman, If you are implementing this in Java and use the Spring Framework then there is a good support in there that abstracts away much of the complexity related to correlate requests and responses. Here is an article that gives an example of how to implement this: https://asbnotebook.com/20

request-reply model

2020-06-12 Thread roman vir
Hi anyone has instructions for setting up request-reply messaging using kafka? thanks