Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumyadip007/kafka-consumer-using-spring-boot-rest-and-microservices
A client that consumes records from a Kafka cluster. This client transparently handles the failure of Kafka brokers, and transparently adapts as topic partitions it fetches migrate within the cluster. This client also interacts with the broker to allow groups of consumers to load balance consumption using consumer groups. The consumer maintains TCP connections to the necessary brokers to fetch data. Failure to close the consumer after use will leak these connections. The consumer is not thread-safe. See Multi-threaded Processing for more details.
https://github.com/soumyadip007/kafka-consumer-using-spring-boot-rest-and-microservices
client consumer java kafka lombok mavek microservices rest springboot zookeeper
Last synced: 6 days ago
JSON representation
A client that consumes records from a Kafka cluster. This client transparently handles the failure of Kafka brokers, and transparently adapts as topic partitions it fetches migrate within the cluster. This client also interacts with the broker to allow groups of consumers to load balance consumption using consumer groups. The consumer maintains TCP connections to the necessary brokers to fetch data. Failure to close the consumer after use will leak these connections. The consumer is not thread-safe. See Multi-threaded Processing for more details.
- Host: GitHub
- URL: https://github.com/soumyadip007/kafka-consumer-using-spring-boot-rest-and-microservices
- Owner: soumyadip007
- License: apache-2.0
- Created: 2020-05-24T14:06:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T06:20:45.000Z (over 4 years ago)
- Last Synced: 2024-10-12T06:19:11.686Z (about 1 month ago)
- Topics: client, consumer, java, kafka, lombok, mavek, microservices, rest, springboot, zookeeper
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0