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.
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.