You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pranay Suresh edited this page Jun 23, 2016
·
1 revision
I am not a java expert. I was curious as to how the webserver talks to Kafka via the consumer ? It seems like the consumer is running on a separate thread ? What was the rationale behind the decision ? Also does it mean there is one consumer per request into the webserver ? Does the solution scale to many many consumers ?