- Notifications
You must be signed in to change notification settings - Fork235
Reactive Kafka Driver with Reactor
License
NotificationsYou must be signed in to change notification settings
reactor/reactor-kafka
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Reactor Kafka had been discontinued in May 2025. The team has laid out the reasons to discontinue the projectin the announcement. The OSS and Enterprise Support Timeline can be foundhere.
You need to haveJava 8 installed.
./gradlew jar./gradlew test./gradlew eclipse./gradlew ideaSeeSampleProducer.java for sample reactive producer.SeeSampleConsumer.java for sample reactive consumer.
- Start Zookeeper and Kafka server
- Create topic "demo-topic"
- Update BOOTSTRAP_SERVERS and TOPIC in SampleProducer.java if required
- Compile and run reactor.kafka.samples.SampleProducer (eg. from IDE as a Java application))
- Update BOOTSTRAP_SERVERS and TOPIC in SampleConsumer.java if required
- Run reactor.kafka.samples.SampleConsumer (eg. from IDE as a Java application))
With Gradle from repo.spring.io:
repositories {// maven { url 'https://repo.spring.io/snapshot' }// maven { url 'https://repo.spring.io/milestone' } mavenCentral() } dependencies { compile"io.projectreactor.kafka:reactor-kafka:1.3.24"// compile "io.projectreactor.kafka:reactor-kafka:1.3.25-SNAPSHOT" }Reactor Kafka isApache 2.0 licensed.
About
Reactive Kafka Driver with Reactor
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.