Leonardo Rodoni
Leonardo Rodoni
First of all, thanks the project is awesome! Is a feature like synchronization between different browsers on the roadmap? Or switching to DB storage (have seen sth about it on...
`cargo run -p netgauze-collector -- crates/collector/config_udpnotif_telemetry.yaml`
For such custom schemas that can be definied in the collector config: ```yaml publishers: group: ... custom_yang_schemas: 192.168.100.0/24: content_id: FANO schema: assets/yang/FANO/supplied-schema.json ``` they now need to contain a full...
**Draft as it needs to be revisited when libyang features for structure validation will be merged. For now only able to validate notification-envelope contents.** ## Description Adding an example kafka...
Add more complete knobs instead of always needing to pass through config file -h/--help -v/--version -c/--config more?
InvalidPaddingValue errors arise when padding is non-zero at the end of the records. However the templates are still processed fine, so we should probably only give a warning not an...
Hello :) Currently when failing to post references the error message sent by the schema registry is not being considered, just erroring out without cause. I checked a bit and...