micronaut-kafka
micronaut-kafka copied to clipboard
Update kafkaErrors.adoc
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.
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 👍