I've started to implement Kafka in spring boot + websocket , and i wonder if thats a great idea to make a full API in event driven this way .
The main idea is to push the action to kafka and make listener dispatch event to the right channel on my websocket for my web users .
Has anyone already done this before and is it working greatly ?