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

Support nil compressed messages #669

Merged
merged 1 commit into from
Jun 9, 2016
Merged

Support nil compressed messages #669

merged 1 commit into from
Jun 9, 2016

Conversation

eapache
Copy link
Contributor

@eapache eapache commented Jun 9, 2016

Per https://kafka.apache.org/documentation.html#compaction messages with null
payloads are valid when using log compaction. Make this work for all messages,
not just uncompressed ones. Should fix #634.

@tcrayford @wvanbergen

Per https://kafka.apache.org/documentation.html#compaction messages with null
payloads are valid when using log compaction. Make this work for all messages,
not just uncompressed ones. Should fix #634.
@eapache eapache merged commit b643619 into master Jun 9, 2016
@eapache eapache deleted the nil-compressed-message branch June 9, 2016 14:26
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.

Handle kafka "null messages" for deleting in a compacted topic
1 participant