Karim Radhouani
Karim Radhouani
The sync_response: true is being sent: https://github.com/openconfig/gnmic/blob/main/pkg/app/gnmi_server.go#L372 I also took a pcap while running a test, I could see a sync_response msg sent.
in #579 I added 3 REST endpoints (all must be made to the cluster leader, other instances will throw an error) 1) Switch the cluster leader: `DELETE /api/v1/cluster/leader` will make...
Thanks for the contribution
@gavmckee80 the `event-strings` processor doesn't have a `convert` transform. Prometheus output (both pull-based and remote write) should auto convert strings to float when possible. What kind of error do you...
@robshakir @dplore, would you mind taking a look at this PR?
It looks like influxdb3 returns an `OK` string as a response on the health endpoint instead of a JSON message. Influxdb3 is not supported by the library gNMIc uses (https://github.com/influxdata/influxdb-client-go)....
Retention policy is not something the consumer sets, it's a property of the stream. If you use gNMIc Jetstream Output to create the stream, the retention policy is kept to...
> i would like to get a small patch in that enables the user to pick up the [WorkQueue](https://natsbyexample.com/examples/jetstream/workqueue-stream/go) pattern. this is much more aligned to the goals here, and...
That's coming from the Go protobuf library, it intentionally adds randomized whitespace to the output to discourage users from relying on byte-for-byte comparison of marshaled output, see [here](https://github.com/golang/protobuf/issues/1121) There are...
Currently, the Kafka output inserts a partition key if `insert-key` is set to true but its value is not customizable. Using tags as part of the key can be added...