Skip to content

Commit

Permalink
add deprecated attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
trisch-me committed Mar 27, 2024
1 parent 70d2dae commit aa01831
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions model/registry/deprecated/rpc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
groups:
- id: attributes.rpc.deprecated
type: attribute_group
brief: 'Deprecated rpc message attributes.'
attributes:
- id: message.type
type:
members:
- id: sent
value: "SENT"
- id: received
value: "RECEIVED"
brief: "Deprecated, use `rpc.message.type` instead."
deprecated: "Replaced by `rpc.message.type`."
- id: message.id
type: int
brief: "Deprecated, use `rpc.message.id` instead."
deprecated: "Replaced by `rpc.message.id`."
- id: message.compressed_size
type: int
brief: "Deprecated, use `rpc.message.compressed_size` instead."
deprecated: "Replaced by `rpc.message.compressed_size`."
- id: message.uncompressed_size
type: int
brief: "Deprecated, use `rpc.message.uncompressed_size` instead."
deprecated: "Replaced by `rpc.message.uncompressed_size`."

0 comments on commit aa01831

Please sign in to comment.