Docker Compose
The purpose of this deployment is to collect gNMI data and write it to a Kafka
broker.
Multiple 3rd Party systems (acting as a Kafka consumers) can then read the data from the Kafka
broker for further processing.
This deployment example includes a single gnmic
instance and a single Kafka output
Deployment files:
Download both files, update the gnmic
config file with the desired subscriptions and targets.
Deploy it with:
sudo docker-compose up -d
Check the Kafka Output documentation page for more configuration options