kafka-go
kafka-go copied to clipboard
What is the write retry policy?
According to the docs, high-level Writer has
Automatic retries and reconnections on errors.
But how does it work? Is there any interval between attempts? Any exponential backoff strategy? We could add these details to the docs.
+1
Hi @natenho,
Our docs are definitely lacking around the retry logic which is here.
Would you be interesting is contributing some documentation updates?
Closing due to inactivity.