-
go get -u github.com/go-kratos/kratos/tool/kratos@master 抱错
```
go: finding github.com/go-kratos/kratos/tool/kratos master
go: finding github.com/go-kratos/kratos/tool master
go: finding github.…
-
Similar to the one in gNMI: https://github.com/openconfig/gnmi/blob/master/proto/gnmi/gnmi.proto#L49
This would enable a P4Runtime client to determine which version is currently supported by the se…
-
Trying to reconcile how to use certs with gRPC and IOS XE specifically. I believe the use case presented with IOS XE is more comprehensive than IOS XR and NX-OS thus this is a good exercise if not fru…
-
**Describe the bug**
When creating a network change e.g. through a gnmi Set() operation, if there is an error then
the creation of any subtending **configuration** changes is not rolled back on fail…
-
**Describe the bug**
When a Set() operation is done on an unconnected device that has not previously been created in the system, the Set() hangs
**To Reproduce**
- Use the `onit` tool to create…
-
**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 s…
-
### What version of gRPC and what language are you using?
Python client - gRPC 1.18.0 & 1.7.0
C++ server - gRPC 1.18.0
### What operating system (Linux, Windows,...) and version?
Client in Cen…
ykhsu updated
4 years ago
-
## Current Behavior
Inherited classes are not initialized properly in Python3 when constructor uses super().
Example from errors.py:
```
class YServiceError(YError):
'''
Exception fo…
-
Problem Description/Summary :
--------------------------------------------
Unable to set heartbeat_interval for streaming_type ON_CHANGE subscription
Expected Behavior :
-----------------------…
-
There is a loop in the device simulator that updates the value of
`/system/openflow/controllers/controller[name=main]/connections/connection[aux-id=0]/state/address`
every 5 seconds. This work OK w…