jmanjon

Results 2 issues of jmanjon

# Add schema_version field to CustomMessage for fine-grained data schema versioning ## Summary This PR adds an optional `schema_version` field to the `CustomMessage` protobuf definition to enable fine-grained versioning of...

* CustomMessages are a key extension mechanism in the OpAMP spec, enabling vendor-specific or experimental features without changing the base protocol. * Today there is no self-contained, runnable example in...