-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Fernando Benjamin edited this page Sep 14, 2020
·
71 revisions
Welcome to the documentation page for the new nakadi-client for the Zalando's kafka wrapper (new Nakadi API])(https://github.com/zalando/nakadi/blob/nakadi-jvm/api/nakadi-event-bus-api.yaml).
The present Nakadi-klient
API has reached a stable state. Changes and features are only accepted if they don't break the current API (backward-compatible).
- Handles Serialization and Deserialization of Events using Java and Scala Api.
- Creation of EventTypes on Nakadi using Java and Scala Api.
- Publishing of Events using the Java and or Scala API.
- Subscription of listeners for receiving events using the Scala API.
- Subscription of listeners for receiving events using the Java API.
- Unsubscription of listeners using the Scala API.
- Unsubscription of listeners using the Java API.
- Auto-reconnect when connection is broken/lost.
- Keeps track of received and successfully handled (by listener) cursors(In-memory).
- How to use it in your project?
- How to subscribe to Events?
- How to publish an event?
- How to use it in your project?
- How to subscribe to Events?
- How to publish an event?