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

Suppress warnings about default partitioner #44

Merged

Commits on Nov 6, 2024

  1. Suppress warnings about default partitioner

    Suppress the following producer warnings: `KafkaJS v2.0.0 switched
    default partitioner. To retain the same partitioning behavior as in
    previous versions, create the producer with the option
    "createPartitioner: Partitioners.LegacyPartitioner". See the
    migration guide at https://kafka.js.org/docs/migration-guide-v2.0.0#producer-new-default-partitioner
    for details. Silence this warning by setting the environment
    variable "KAFKAJS_NO_PARTITIONER_WARNING=1"`
    lpsinger committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    88106da View commit details
    Browse the repository at this point in the history