News
KTable in Spring for Apache Kafka Streams
In the previous tutorial, I introduced you to Spring for Apache Kafka and Apache Kafka Streams. I also showed you how to use the KStream class to consume and apply some operations to stream messages. Besides the KStream class, Spring for Apache Kafka Streams also… Read More
Introduction to Spring for Apache Kafka Stream
A stream in Apache Kafka is an unlimited sequence of messages continuously sent to an Apache Kafka topic. If you use the standard Spring for Apache Kafka library, you can easily subscribe and receive these messages. However, if you want to apply more operations to… Read More