You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed here, we'd rather expose the BackOff generation logic we use for the RetryableTopics feature as an API than duplicate it in Spring Boot for auto configuration.
I should have a PR for this soon if that's ok.
Thanks.
The text was updated successfully, but these errors were encountered:
The method for providing a BackOffPolicy based on given values is private in the RetryableTopicAnnotationProcessor.
Move that logic to a separate class and expose it through the RetryTopicConfigurationBuilder.
As discussed here, we'd rather expose the
BackOff
generation logic we use for theRetryableTopics
feature as an API than duplicate it in Spring Boot for auto configuration.I should have a PR for this soon if that's ok.
Thanks.
The text was updated successfully, but these errors were encountered: