DEV Community

Discussion on: Simplifying your microservices architecture with Kafka and KafkaStreams

Collapse
 
kdparker profile image
Keegan Parker • Edited

I think it's definitely worth adding that kafka streams are still a very new library, and can run in to some issues as it gets used by more and more people.

Personally, I ran in to a performance bottleneck that was so recent it was only fixed in Late April. This was taking up 98% of my code's execution time on something I expected to be decently performant.