Spring Boot starter for producing Nakadi events with transactional guarantees
Spring Boot starter that persists and transmits events to Nakadi. It writes events into a database log within the producing JDBC transaction and asynchronously publishes them to Nakadi with retries and a monotonically increasing event id. Suited for Java/Spring microservices that need transactional event publishing.
0