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
I used kafka receiver and Jaeger exporter,and turned off autocommit in otelcol-config.yml.
When Jaeger is unavailable, I expect kafka messages not be consumed and the lag increase,but not working。
May I ask if my configuration is incorrect or if the current feature does not support Exporter failure and prevent submission of offset
Steps to Reproduce
1.Stop Jaeger
2.disable autocommit and restart otel-collector
2.Send message to kafka
Expected Result
Lag increase and continue to consume when Jaeger is ready
@ChrisYe2015 could you show the details of how your messages are published in Kafka ? Since you haven’t set an encoding, I believe you are using the default, which is the otlp_proto. If you could help me reproduce the issue, I’m interested in your case. I believe it might be more related to the Kafka configurations themselves rather than the connector. For example, have you tried retention configurations like KAFKA_LOG_RETENTION_HOURS ?
Component(s)
receiver/kafka
What happened?
Description
I used kafka receiver and Jaeger exporter,and turned off autocommit in otelcol-config.yml.
When Jaeger is unavailable, I expect kafka messages not be consumed and the lag increase,but not working。
May I ask if my configuration is incorrect or if the current feature does not support Exporter failure and prevent submission of offset
Steps to Reproduce
1.Stop Jaeger
2.disable autocommit and restart otel-collector
2.Send message to kafka
Expected Result
Lag increase and continue to consume when Jaeger is ready
Actual Result
Lag = 0 and offset commited
Collector version
v0.116.0
Environment information
Environment
linux docker
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: