Is your feature request related to a problem? Please describe.
Currently gNMI subscribe on the NB does not include type checking and return everything as a Json file/string val
See line 215 of subscribe.go
Describe the solution you'd like
Subscribe.go needs to be extended in order to include those testing and verification in order to return the proper object type to the client.
Is your feature request related to a problem? Please describe. Currently gNMI subscribe on the NB does not include type checking and return everything as a Json file/string val See line 215 of subscribe.go Describe the solution you'd like Subscribe.go needs to be extended in order to include those testing and verification in order to return the proper object type to the client.