Closed
Description
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