Thursday, February 28, 2019

Spring for Apache Kafka — Part 1: Error Handling, Message Conversion, and Transaction Support

Following How to Work with Apache Kafka in Your Spring Boot Application, which shows how to get started with Spring Boot and Apache Kafka ®, we'll dig a little deeper into some of the additional features that the Spring for Apache Kafka project provides.Image title

Spring for Apache Kafka brings the familiar Spring programming model to Kafka. It provides the KafkaTemplate for publishing records and a listener container for asynchronous execution of POJO listeners. Spring Boot auto-configuration wires up much of the infrastructure so that you can concentrate on your business logic.



from DZone.com Feed https://ift.tt/2IHEWy0

No comments:

Post a Comment