This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a change to branch 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from ba4eed1  MINOR: Adjust parameter ordering of `waitForCondition` and 
`retryOnExceptionWithTimeout` (#10759) (#10776)
     new 7f64a1c  MINOR: add ConfigUtils method for printing configurations 
(#10714)
     new 2594686  MINOR: Only log overridden topic configs during topic 
creation (#10828)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/kafka/common/config/ConfigDef.java  |  6 ++++-
 .../org/apache/kafka/common/utils/ConfigUtils.java | 31 ++++++++++++++++++++++
 .../apache/kafka/common/utils/ConfigUtilsTest.java | 28 +++++++++++++++++++
 core/src/main/scala/kafka/log/LogConfig.scala      | 19 +++++++++----
 core/src/main/scala/kafka/log/LogManager.scala     |  2 +-
 .../scala/kafka/server/DynamicBrokerConfig.scala   |  5 ++--
 .../test/scala/unit/kafka/log/LogConfigTest.scala  | 22 +++++++++++++++
 gradle/spotbugs-exclude.xml                        |  7 +++++
 8 files changed, 111 insertions(+), 9 deletions(-)

Reply via email to