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

Enables zstd (for real this time) #1574

Merged
merged 1 commit into from
Jan 23, 2020
Merged

Commits on Jan 21, 2020

  1. enables zstd bumping the right things

    Zstd support was initially added to sarama before
    https://issues.apache.org/jira/browse/KAFKA-4514
    https://cwiki.apache.org/confluence/display/KAFKA/KIP-110%3A+Add+Codec+for+ZStandard+Compression
    was done.
    
    The final release added some changes like bumping the produce and fetch
    requests to only allow new clients to use zstd.
    
    This PR tries to do that, however, there are some other protocol changes
    that are not addressed on this PR, and I'm not sure what would be the
    effect of bumping the produce and fetch requests without filling the
    protocol gaps.
    d1egoaz committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    37faed7 View commit details
    Browse the repository at this point in the history