This message was deleted.
# general
s
This message was deleted.
s
In future maybe yes. it's still pretty early stage right now.
z
Thanks for the reply. It's great to know, really looking forward to this feature! By the way, we are trying to integrate Kafka between SigNoz collectors and clickhouse by adding another layer of pipelines to the collectors (override all exiting pipelines to export to kafka, and add new pipelines consuming from kafka and exporting to clickhouse), do you think it's a good way to do so?
👀 1
l
Hey @Zoe Yuan @Srikanth Chekuri, i'am trying to do the same but it didn't work . i restart with docker compose but no traces events are sent to my kafka topic. is there anything other that needs to be done ? Thank you
s
That shouldn't be the case. Do you see any errors in otel-collector container?
l
I disabled tls to connect to the broker
s
Ok, did you see any issues/errors in otel-collector container logs?
l
yes it was mainly 'kafka: client has run out of available brokers to talk to'
s
Does it still throw any errors? And do you see data in topic now?
l
yes after disabling tls and switching to SASL as i use confluent kafka it worked and i see the traces (y)