Skip to content

this project use for connect to Kafka with tcp protocol and produce and consume data

Notifications You must be signed in to change notification settings

nimamoosavi/kafka-client

Repository files navigation

this project use for connect to kafka with tcp protocol and produce and consume data and implement by spring framework

Requirements

The library works with Java 8+, ladder Core 1.0.1+

Structure

kafka Diagram

default class

Config

you can change this config with your application properties

kafka.bootstrap:localhost=9092

kafka.producer.ack=1

kafka.consumer.groupId=kafka

kafka.consumer.autoOffsetReset=earliest

kafka.consumer.deserializer.class=StringSerializer.class

kafka.consumer.key.deserializer.class:StringDeSerializer

kafka.producer.serialize.class=StringSerializer.class

kafka.producer.key.serialize.class=StringSerializer.class

About

this project use for connect to Kafka with tcp protocol and produce and consume data

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages