zalando-nakadi / nakadi-producer-spring-boot-starter

Nakadi event producer as a Spring boot starter
MIT License
13 stars 8 forks source link

Nakadi consumer starter #127

Open muhdkhokhar opened 5 years ago

muhdkhokhar commented 5 years ago

Hi

Do we have Springboot starter for NAkadi consumer?

ePaul commented 5 years ago

Hi, sorry for the late answer.

I am not aware of any existing such project.

muhdkhokhar commented 4 years ago

how people will listen to messages ?

ePaul commented 4 years ago

To get messages from subscriptions, you can use any of the existing Nakadi clients. This project is based on Fahrschein, which also works for consumption. In several of our internal projects, we've also made good experiences with nakadi-java.

This project is not a client (it's based on one), but has some additional logic for transactional event production. I can imagine a similar thing for transactional event consumption (possibly with out-of-order event handling), but we never got to building a library for this.