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

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

#120 make lock-timeout configurable #121

Closed fbrns closed 5 years ago

fbrns commented 5 years ago

120 make lock-timeout configurable

BGehrels commented 5 years ago

In the future we should maybe have an exponential backoff strategy here, what do you thing @ePaul ? But this won't conflict with the current PR, so i don't think it should block us from merging this.

BGehrels commented 5 years ago

Apart from the open questions, this looks really good. Thanks again for your contribution!

BGehrels commented 5 years ago

FYI in case you want to understand the use case: Just had a chat with @fbrns and from what i understood, event sending can sometimes fail due to race conditions, but the processes their software supports are so fast that a 10 minute retry interval is not acceptable.

ePaul commented 5 years ago

:+1:

BGehrels commented 5 years ago

:+1: