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

Compression must be applied during deferred schema preparation and enableBatching is enabled #9396

Merged

Commits on Feb 1, 2021

  1. Compression must be applied during deferred schema preparation and en…

    …ableBatching is enabled
    
    if you do not set an initial schema to the Producer the schema must be prepared at the first message with a Schema.
    There is a bug and compression is not applied in this case, and the consumer receives an uncompressed message, failing
    eolivelli committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    047cadf View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. address Matteo's comments

    eolivelli committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a3f2ced View commit details
    Browse the repository at this point in the history