Kafka Streaming Concurrency?
Update Oct 2020: I wrote a four-part blog series on Kafka fundamentals that I’d recommend to read for questions like these. For this question in particular, take a look at part 3 on processing fundamentals. To your question: How does Kafka streaming handle concurrency? Is everything run in a single thread? I don’t see this … Read more