-
-
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.
fix minor Microsoft EventHubs issues
See embedded comments; Kafka actually does not document either behavior that obviously, so it is what it is. For the nullable bytes thing, this is most clearly visible in the autogenerated code; exceptions are thrown if the length value is negative for non-nullable fields. The protocol does not clearly explicitly say that negatives are invalid for non-nullable bytes fields. For the api versions, this is visible in the Kafka code and mentioned in passing in a KIP or two. The KIP bit is definitely not easy to find, but the code bit is.
- Loading branch information
Showing
2 changed files
with
21 additions
and
6 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