Farfetch / kafkaflow-retry-extensions

Kafka Flow Retry Patterns Extensions
https://farfetch.github.io/kafkaflow-retry-extensions/
MIT License
55 stars 7 forks source link

Change log level of the simple retry to verbose #85

Closed sergiosimoes025 closed 1 year ago

sergiosimoes025 commented 2 years ago

When the retry is ongoing the log level of the retry attempt is an error.

I suggest changing the log level to verbose, and only when the retries are all done, an error must be raised.

https://github.com/Farfetch/kafka-flow-retry-extensions/blob/e6e7d414f96de05aec6abda680e169a475a27da0/src/KafkaFlow.Retry/Simple/RetrySimpleMiddleware.cs#L54

luispfgarces commented 1 year ago

Closing issue. Please refer to https://github.com/Farfetch/kafkaflow-retry-extensions/pull/86#issuecomment-1419436585 for further details.