Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Upgrade slf4j from 1.7.36 to 2.0.17
    • We will also upgrade the log4j2 dependency based on SLF4J2 (i.e.,  log4j-slf4j-impl to log4j-slf4j2-impl
  2. Add a new system variable to the kafka-run-class  (sh & bat) script to define -Dslf4j.provider.
  3. Define the default logging framework for Kafka
    • Log4j2 will be the standard server-side logging framework
    • We expose the log4j2 configuration file (log4j2.propertiesyaml) in the Kafka distribution for users to customize

...