Reputation: 55
im about to implement a Chat room using Spring boot and webSocket and also Kafka, but i need to know if Kafka provide an asynchronous messaging service
Upvotes: 0
Views: 931
Reputation: 40
Apache Kafka is an asynchronous messaging service.
In order to get a hang of how these concepts work try going through the Kafka Quickstart Tutorial.
Upvotes: 1