openconfig / gnmic

gNMIc is a gNMI CLI client and collector
https://gnmic.openconfig.net
Apache License 2.0
166 stars 52 forks source link

Add config option for Kafka version to Kafka output #449

Closed alibresco closed 1 month ago

alibresco commented 1 month ago

After the sarama library update, the default version of Kafka changed. This PR adds a config option to set that version. This allows gNMIc to interface with older versions of kafka.

The default behavior remains, using the sarama default kafka version.