-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kmsg: break API for AppendRequest in partial support of KIP-590
KIP-590 adds two tags to the base request header. The client ID was already added historically. This breaks the API in favor of something that can be extended in a non-breaking way in the future. All request headers have a base of the bytes being appended to, the request being appended, and the correlation ID of the request. Everything after is "new" from version 0. KIP-590 adds two tags that should not be used by non-brokers, but kmsg aims to support people implementing their own brokers.
- Loading branch information
Showing
3 changed files
with
70 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters