Single source of truth for the wire contract shared by the server, kmsvc-sdk, and kmsvc-cli. Ships proto source + buf lint/breaking-change config only; consumers submodule this repo and codegen independently with their own go_package override (see README.md).
734 B
734 B
Changelog
All notable wire-contract changes to kafkamgmt.v1 are recorded here, one entry per tag. Follows semantic versioning: minor for additive/compatible changes, major for anything buf breaking would flag.
v1.0.0 (unreleased)
Initial extraction from kafaka_management_service (proto/kafkamgmt/v1/queue_service.proto), originating commit 1373b9e. QueueService with 6 data-plane RPCs: SendMessage, SendMessageBatch, ReceiveMessage, DeleteMessage, DeleteMessageBatch, ChangeMessageVisibility. No wire-format changes from the source — only go_package was changed to a neutral placeholder (see proto/kafkamgmt/v1/queue_service.proto header comment); this has no effect on the wire format.