All Projects → vert-x3 → vertx-kafka-client

vert-x3 / vertx-kafka-client

Licence: Apache-2.0 license
Reactive Kafka Client for Vert.x

Programming Languages

java
68154 projects - #9 most used programming language

Vert.x Kafka Client

Build Status

This component provides a Kafka client for reading and sending messages from/to an Apache Kafka cluster. From the consumer point of view, its API provides a bunch of methods for subscribing to a topic partition receiving messages asynchronously or reading them as a stream (even with the possibility to pause the stream itself). As producer, its API provides methods for sending message to a topic partition like writing on a stream.

See the online docs for more details:

Important aspects of Topic Management, such as creating a topic, deleting a topic, changing configuration of a topic, are also supported. See the online docs for more details:

Note: This module has Tech Preview status, this means the API can change between versions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].