Skip to content

Clearly separate transport wire frame from actual message body wire frame. - #334

Merged
vietj merged 1 commit into
mainfrom
wire-format
Aug 28, 2026
Merged

Clearly separate transport wire frame from actual message body wire frame.#334
vietj merged 1 commit into
mainfrom
wire-format

Conversation

@vietj

@vietj vietj commented Aug 28, 2026

Copy link
Copy Markdown
Member

Motivation:

The event-bus grpc codec has two levels of codec which are currently coupled.

The codec of the transport frame indicated by the endpoint wire format should be distinct from the stream wire format.

Changes:

Move the options wire format configuration at the endpoint level, this configures how transport frames are adverised and which codec to use, this configures the event bus message codec, used on the cluster.

@vietj vietj added this to the 5.2.0 milestone Aug 28, 2026
@vietj vietj self-assigned this Aug 28, 2026
…rame.

Motivation:

The event-bus grpc codec has two levels of codec which are currently coupled.

The codec of the transport frame indicated by the endpoint wire format should be distinct from the stream wire format.

Changes:

Move the options wire format configuration at the endpoint level, this configures how transport frames are adverised and which codec to use, this configures the event bus message codec, used on the cluster.
@vietj
vietj merged commit 421b7c5 into main Aug 28, 2026
6 checks passed
@vietj
vietj deleted the wire-format branch August 28, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant