{"id":19966266,"url":"https://github.com/reactor/reactor-kafka","last_synced_at":"2025-05-14T11:09:06.313Z","repository":{"id":37664126,"uuid":"60346933","full_name":"reactor/reactor-kafka","owner":"reactor","description":"Reactive Kafka Driver with Reactor ","archived":false,"fork":false,"pushed_at":"2025-02-23T00:02:53.000Z","size":2138,"stargazers_count":613,"open_issues_count":65,"forks_count":230,"subscribers_count":58,"default_branch":"1.3.x","last_synced_at":"2025-04-12T06:00:00.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://projectreactor.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reactor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-06-03T12:44:46.000Z","updated_at":"2025-03-30T07:57:21.000Z","dependencies_parsed_at":"2024-02-13T09:22:51.460Z","dependency_job_id":"d4d63ea1-e334-4c2c-9b00-71dbc54502ee","html_url":"https://github.com/reactor/reactor-kafka","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactor%2Freactor-kafka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactor%2Freactor-kafka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactor%2Freactor-kafka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactor%2Freactor-kafka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reactor","download_url":"https://codeload.github.com/reactor/reactor-kafka/tar.gz/refs/heads/1.3.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129488,"owners_count":22019628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T02:34:20.657Z","updated_at":"2025-05-14T11:09:06.278Z","avatar_url":"https://github.com/reactor.png","language":"Java","funding_links":[],"categories":["进程间通信"],"sub_categories":[],"readme":"Reactor Kafka\n===================\n\n[![Join the chat at https://gitter.im/reactor/reactor](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/reactor/reactor?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Travis CI](https://img.shields.io/travis/reactor/reactor-kafka.svg)](https://travis-ci.org/reactor/reactor-kafka)\n[![Coverage](https://img.shields.io/codecov/c/github/reactor/reactor-kafka.svg)](https://travis-ci.org/reactor/reactor-kafka)\n\nYou need to have [Java 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.\n\n### Building Reactor Kafka jars ###\n    ./gradlew jar\n\n### Running unit tests ###\n    ./gradlew test\n\n### Building IDE project ###\n    ./gradlew eclipse\n    ./gradlew idea\n\n### Sample producer and consumer ###\n\nSee [SampleProducer.java](reactor-kafka-samples/src/main/java/reactor/kafka/samples/SampleProducer.java) for sample reactive producer.\nSee [SampleConsumer.java](reactor-kafka-samples/src/main/java/reactor/kafka/samples/SampleConsumer.java) for sample reactive consumer.\n\n#### Setup Kafka cluster and create topic: ####\n1. Start Zookeeper and Kafka server\n2. Create topic \"demo-topic\"\n\n#### To run sample producer: ####\n1. Update BOOTSTRAP_SERVERS and TOPIC in SampleProducer.java if required\n2. Compile and run reactor.kafka.samples.SampleProducer (eg. from IDE as a Java application))\n\n#### To run sample consumer: ####\n1. Update BOOTSTRAP_SERVERS and TOPIC in SampleConsumer.java if required\n2.  Run reactor.kafka.samples.SampleConsumer (eg. from IDE as a Java application))\n\n#### To build applications using reactor-kafka API: ####\n\nWith Gradle from repo.spring.io:\n```groovy\n    repositories {\n      // maven { url 'https://repo.spring.io/snapshot' }\n      // maven { url 'https://repo.spring.io/milestone' }\n      mavenCentral()\n    }\n\n    dependencies {\n      compile \"io.projectreactor.kafka:reactor-kafka:1.3.23\"\n      // compile \"io.projectreactor.kafka:reactor-kafka:1.3.24-SNAPSHOT\"\n    }\n```\n\n### Community / Support ###\n\n* [GitHub Issues](https://github.com/reactor/reactor-kafka/issues)\n\n### License ###\n\nReactor Kafka is [Apache 2.0 licensed](https://www.apache.org/licenses/LICENSE-2.0.html).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactor%2Freactor-kafka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactor%2Freactor-kafka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactor%2Freactor-kafka/lists"}