Kafka Stream

Java library that you can use on top of your application to perform stuff similar to Java Stream API from kafka without the need of writing each individual code from the Producer and Consumer.

Pasted image 20230903102222.png

This is something you run on its own not on the brokers.

You can just provide it the host and the port name of the broker it will just work out of the box.

Normal consumer producer code

Pasted image 20230903102141.png

kafka stream code

Pasted image 20230903102158.png