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
kuckjwi0928
changed the title
Infinite reconnect on BufferChunkOverflowError
Infinite reconnect until BufferChunkOverflowError is resolved on BufferChunkOverflowError
Jul 4, 2024
kuckjwi0928
changed the title
Infinite reconnect until BufferChunkOverflowError is resolved on BufferChunkOverflowError
Infinite reconnect until BufferChunkOverflowError is resolved
Jul 4, 2024
Describe the bug
When a BufferChunkOverflowError occurs, it gets caught in an unexpected error and infinitely reconnects until BufferChunkOverflowError is resolved.
I think the BufferChunkOverflow error should be included in the BufferError and retry without reconnecting the consumer, is this a bug?
To Reproduce
Checking the fluentd-kafka-plugin log after a BufferChunkOverflowError
Reproduce the steps
Expected behavior
It looks like BufferChunkOverflowError should be included in BufferError and retried without restarting the consumer.
Your Environment
Your Configuration
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: