openconfig / gnmic

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

Query about gnmi proto version #369

Closed ektanehwal closed 7 months ago

ektanehwal commented 7 months ago

Which is the current gnmi proto version used in gnmic version : 0.34.3? When are you planning to support gnmi.proto 0.10.0 ? And how we can switch between different gnmi proto versions while using gnmic client?

karimra commented 7 months ago

v0.10.0, you can find it here

ektanehwal commented 7 months ago

Thanks. Is there any way to use different proto version while using gnmic client ? Or gnmic which is compatible with any other proto version say 0.7.0 is present somewhere?

karimra commented 7 months ago

That would be a very old version... Do you see something break with your device when using the latest gNMIc version ? I think most of the proto updates were done in a backwards compatible way.

ektanehwal commented 7 months ago

No, nothing breaks. I was just curious to know this. Thanks for such quick response.