micronaut-kafka icon indicating copy to clipboard operation
micronaut-kafka copied to clipboard

Update kafkaErrors.adoc

Open georgeharley opened this issue 2 years ago • 1 comments

Existing doc on error handling strategies states that using RETRY_ON_ERROR will retry consuming events indefinitely. That does not seem to square with the source of the @ErrorStrategy annotation where the default behaviour is that only a single retry is attempted unless the retryCount property is set to some other value.

georgeharley avatar Oct 21 '22 14:10 georgeharley

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 22 '22 13:10 CLAassistant

Thanks @georgeharley you're right!

I've superseded this with https://github.com/micronaut-projects/micronaut-kafka/pull/605 which also fixes the javadoc for DEFAULT_RETRY_COUNT

Thanks again for the contribution 👍

timyates avatar Oct 26 '22 10:10 timyates