ccloudexporter icon indicating copy to clipboard operation
ccloudexporter copied to clipboard

Kafka Output channel

Open waliaabhishek opened this issue 3 years ago • 0 comments

The Prometheus format is available and works really well. To elevate ccloudexporter as the de-facto for gathering CCloud metrics instead of relying on multiple different solutions, I want to propose adding a Kafka Sink to the code base.

The defaults don't need to change at all, but if we can provide a Kafka sink, it would provide customers an option to stream the data to Kafka. For customers already streaming metrics from Kafka to an end system, this means only adding topic name to the sink connector config to stream API data from Kafka as well.

P.S: I do understand that keeping data of the system being monitored onto the system itself is an anti-pattern, but if we can give a choice, a lot of customers might like it.

waliaabhishek avatar Sep 28 '20 17:09 waliaabhishek