项目作者: arvindsj

项目描述 :
kafka consumer in springboot
高级语言: Java
项目地址: git://github.com/arvindsj/kafka-consumer.git
创建时间: 2019-02-27T02:23:41Z
项目社区:https://github.com/arvindsj/kafka-consumer

开源协议:

下载


kafka-consumer

kafka consumer in springboot

Prerequsites:
1) Install Kakfa and start
2) Create a topic “weborders_1”
3) Using command line or using a producer application, input this json
{“name”:”apples”,”description”:”crispy apples”,”units”:”20”,”price”:”1.5”}

Synopsys:
This application is a Kafka consumer application built in Springboot.
It consumes the FACT from the topic and inserts into the In-Memory database (H2)