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

Make JavaCompatiblePartitioner new default #1339

Merged
merged 5 commits into from
May 5, 2022

Commits on May 2, 2022

  1. Make JavaCompatiblePartitioner new default

    The JavaCompatiblePartitioner is renamed DefaultPartitioner. The old
    DefaultPartitioner becomes LegacyPartitioner.
    Nevon committed May 2, 2022
    Configuration menu
    Copy the full SHA
    e411abb View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    b59cc1e View commit details
    Browse the repository at this point in the history
  2. Log one-time warning when not specifying a partitioner

    This is to hopefully avoid people mistakenly using the wrong partitioner
    because they're relying on the default. This warning will be removed in
    a future version.
    Nevon committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6e0943f View commit details
    Browse the repository at this point in the history
  3. Temporarily point to producer docs in warning

    This will be replaced by a link to the migration guide once available
    Nevon committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2c04d91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdde0ab View commit details
    Browse the repository at this point in the history