项目作者: only2dhir

项目描述 :
In this article, we will be using spring boot 2 feature to develop a sample Kafka subscriber and producer application.We will take a look at the use of KafkaTemplate to send messages to Kafka topics,@KafkaListener annotation to listen to those messages and @SendTo annotation to forward messages to a specified topic.We will also take a look at how to produce messages to multiple partitions of a single topic and how those messages are consumed by a consumer group along with custom message converters in spring boot.
高级语言: Shell
项目地址: git://github.com/only2dhir/spring-boot-kafka.git
创建时间: 2018-04-12T15:40:01Z
项目社区:https://github.com/only2dhir/spring-boot-kafka

开源协议:

下载