Spring boot Kafka custom exponential retry not working
I am using spring boot 3.1.10
I am Getting an error: org.apache.kafka.common.errors.InvalidReplicationFactorException: Replication factor: 3 larger than available brokers: 1
I am getting my this error as I am running by Kafka Application in Spring Boot. I want to create topic via running my application.
This is my config class:
Spring Kafka. MetadataUpdater is trying to update the metadata of a deleted topic
In my application I ran into a problem when Kafka MetadataUpdater tries to get the metadata of a topic that has been manually deleted (using AdminClient).
Change log level of DeadLetterPublishingRecovererFactory with spring-kafka
I set up message sending with exponential retries via kafka with spring-kafka (3.0.13). Everything is ok but when all the retries have been executed there is a log with the ERROR level when the message is posted on the dlt topic.
Implement Custom Error Handler for Batch Listener in Spring Kafka
I will be adding a Custom Error Handler to my container factory