Re: Request/Response correlation

2017-08-28 Thread Sean McElroy
858-509-4949 x 1 <(858)%20509-4949>17 > Mobile: 5 <(720)%20339-8165>20.344.208 > > Email:selli...@cognitivemedicine.com > > > > On Mon, Aug 28, 2017 at 9:31 AM, Sean McElroy > wrote: > > > Hello, > > > > I have a web application that uses

Request/Response correlation

2017-08-28 Thread Sean McElroy
Hello, I have a web application that uses Kafka in the back-end. When a user makes a request via the browser, the application sends a message to a Kafka topic and then listens for a response sent to another topic. I'm struggling to see how it is possible to route the response to the user/browser t

Kafka with kubernetes

2017-08-22 Thread Sean McElroy
I'm not sure this is the correct place to post this question, but anyway... When running kafka in kubernetes, the kafka config contains this: listeners = PLAINTEXT://:tcp://10.0.0.186:9092 Which is leading to this error: No security protocol defined for listener PLAINTEXT://:TCP Here is the sec