You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2021/08/27 18:12:22 UTC

[kafka] branch trunk updated (ba47bee -> 555f709)

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

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


    from ba47bee  MINOR: Ensure transactional message copier failures are logged (#11268)
     add 555f709  MINOR: move tiered storage related configs to a separate class within LogConfig (#11110)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/log/LogConfig.scala      | 62 ++++++++++++----------
 core/src/main/scala/kafka/server/KafkaConfig.scala |  3 ++
 .../test/scala/unit/kafka/log/LogConfigTest.scala  | 12 ++---
 .../log/remote/storage/RemoteLogManagerConfig.java | 10 ++--
 4 files changed, 50 insertions(+), 37 deletions(-)