Replies: 1 comment
-
It looks like the vector/src/sinks/kafka/config.rs Lines 278 to 279 in aab836b That just needs to have the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone. We want to send traces from opentelemetry source to kafka sink with encoding protobuf. Right now it looks like:
But I get error like:
2024-08-06T17:20:07.620634Z ERROR vector::cli: Configuration error. error=Data type mismatch between otel_traces.traces (Trace) and kafka_traces (Log)
Are there some ways to send traces to Kafka? Consumer of kafka topic is quickwit which expected protobuf format for work with OTEL traces.
Beta Was this translation helpful? Give feedback.
All reactions