zalando / nakadi

A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
https://nakadi.io
MIT License
952 stars 292 forks source link

Use idempotent producer once again to enable safe retries #1540

Closed a1exsh closed 1 year ago

a1exsh commented 1 year ago

The main objective is to enable retries, which we can only safely do when using the idempotence feature.

This change only enables us to configure idempotent producer with retries, but doesn't change the current default settings.

1u0 commented 1 year ago

:+1:

a1exsh commented 1 year ago

:+1:

1u0 commented 1 year ago

:+1:

samizzy commented 1 year ago

:+1: