Hello Signoz team, Is it possible to configure the...
# general
m
Hello Signoz team, Is it possible to configure the OTEL to export the data to dynamic kafka topic based on the incoming trace data ? For ex, if the application name is application1 in the incoming trace data then I would like to export the trace data to application1-topic.
a
@manohar mirle what's the use case?
m
@Ankit Nayan Application specific trace data should be published to respective kafka topics.
a
and who would be the consumer of those topics?
m
Logstash will consume it and store it in application specific index in ElasticSearch.
a
What made you use both SigNoz and Elastic? Or are you using just Elastic?
m
We are comparing the performance of Clickhouse and Elastic
a
ok....
I don't think it is possible today. You can build a small stream processor over kafka for that
m
ok thank you