Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle v0.10 messages on v0.11 Fetch API #143

Merged
merged 3 commits into from
Oct 3, 2018

Conversation

tulios
Copy link
Owner

@tulios tulios commented Oct 2, 2018

Fetch v4 handles record batches well, but it's failing to process the old message set format. This PR fixes the issue and includes unit and integration tests to make sure the compatibility works.

MessageSet now receives the correct decoder (the messages decoder) and 
the size of the message set since it has to be read to allow the check 
of the first magic byte
@tulios tulios requested a review from Nevon October 2, 2018 18:06
@Nevon Nevon merged commit daf41b5 into master Oct 3, 2018
@Nevon Nevon deleted the handle-topics-on-010-format-with-011-api branch October 3, 2018 08:05
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.

2 participants