Issue using @RetryableTopic in kafka

Viewed 26

we were using the @RetryableTopic in a springboot application to do a nonblocking retry having a fixed delay(like 5 hrs), but when the application starts was getting error like org.apache.kafka.clients.NetworkClient - Error while fetching metadata with correlation id 2 (retry topic)TOPIC_AUTHORIZATION_FAILED. appreciate anyone's help

0 Answers
Related