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
In the documentation for Non-Blocking Retries, in the chapter dedicated to BackOff Configuration, there are three code samples that use a RetryTopicConfigurationBuilder to create the RetryTopicConfiguration. In these code samples the final chained method on the builder is .build(), a method that doesn't exist in the codebase. The method to use would be .create(template).
Spring Kafka version 3.0.0
In the documentation for Non-Blocking Retries, in the chapter dedicated to BackOff Configuration, there are three code samples that use a RetryTopicConfigurationBuilder to create the RetryTopicConfiguration. In these code samples the final chained method on the builder is .build(), a method that doesn't exist in the codebase. The method to use would be .create(template).
Here's the link to the documentation chapter:
https://docs.spring.io/spring-kafka/docs/current/reference/html/#backoff-configuration
The text was updated successfully, but these errors were encountered: