-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors while sending data to Eventhub #502
Comments
@ashie any update on this? |
Is there any update on this? We've encountered the same issue when trying to output to an Azure Event Hub. Logs will flow for ~24 hours or so, then abruptly stop with the error below. Restarting the pods (we're running the operator in Kubernetes/AKS) will cause it to work again for a short time before the same errors occur.
|
@jodr5786 moving to kafka_buffered worked for me. But I am expecting a better solve here since kafka_buffered is deprecated. Also, when I used kafka_buffered I saw some fragmented chunk errors but they were innocuous. The data flows without any issue. |
Describe the bug
When I am trying to use out_kafka2 and send logs to eventhub which has 200 partitions, I am facing this issue:
To Reproduce
Handling scale of about 80K logs/sec
Eventhub partitions 200 with dedicated tier (1CU)
Expected behavior
Retries to be successful
Your Environment
Your Configuration
and I am using the following config:
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: