Closed babuveld closed 3 years ago
Hi @babuveld! You may want to check out gnmi-gateway which has the functionality to dynamically subscribe to target devices and can also send telemetry data to different destinations using Exporters. Here is a link to a pretty basic Kafka Exporter included with gnmi-gateway:
https://github.com/openconfig/gnmi-gateway/blob/release/gateway/exporters/kafka/kafka.go
Hi,
Can gNMI client be used to just dynamically subscribe for sensor paths and allow gNMI server to send the telemetry data to different destination like kafka?