python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Kafka consumer client exception/error handling
I would like to know about error/exception handling best-practices when working with native kafka consumer clients (Java, Python). Most of the error-handling questions on stack-overflow seem to be in ...
V1666
Votes: 0
Answers: 0
How to configure CommonErrorHandler and ContainerProperties through application.properties in spring boot?
As we know, we do not require to define ConcurrentKafkaListenerContainerFactory bean definition in spring boot with kafka instead we could configure them by these properties. But I could not find any ...
Arun Sai Mustyala
Votes: 0
Answers: 1
How to enable DELIVERY_ATTEMPT header from consumer side in KAFKA?
I have an spring boot kafka consumer application. So as per the documentation added factory.getContainerProperties().setDeliveryAttemptHeader(true); in below and still not able to receive the delivery...
Arun Sai Mustyala
Votes: 0
Answers: 1
Is there any good way to prevent kafka offset reset?
In my system, the offset is initialized if there is no offset commit for 24 hours due to the kafka retention period setting.
Is there a good way to avoid this offset initialized?
It is set as the olde...
kk jj
Votes: 0
Answers: 1