Akka Stream Kafka vs Kafka Streams
问题 I am currently working with Akka Stream Kafka to interact with kafka and I was wonderings what were the differences with Kafka Streams. I know that the Akka based approach implements the reactive specifications and handles back-pressure, functionality that kafka streams seems to be lacking. What would be the advantage of using kafka streams over akka streams kafka? 回答1: Your question is very general, so I'll give a general answer from my point of view. First, I've got two usage scenario: