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/09/09 17:09:13 UTC

[kafka] branch trunk updated (df55c7e -> 1e19de3)

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 df55c7e  KAFKA-13256: Fix NPE in ConfigDef when documentation is null (#11287)
     add 1e19de3  KAFKA-12988 Asynchronous API support for RemoteLogMetadataManager add/update methods. (#11033)

No new revisions were added by this update.

Summary of changes:
 .../remote/storage/RemoteLogMetadataManager.java   | 18 +++---
 .../remote/metadata/storage/ConsumerManager.java   | 31 ++++++++---
 .../remote/metadata/storage/ProducerManager.java   | 65 +++++++++-------------
 .../TopicBasedRemoteLogMetadataManager.java        | 47 +++++++++++-----
 .../storage/RemoteLogSegmentLifecycleTest.java     | 14 ++++-
 .../TopicBasedRemoteLogMetadataManagerTest.java    | 10 ++--
 ...RemoteLogMetadataManagerWrapperWithHarness.java | 13 +++--
 .../storage/InmemoryRemoteLogMetadataManager.java  | 18 +++++-
 .../storage/RemoteLogMetadataManagerTest.java      | 24 +++++---
 9 files changed, 148 insertions(+), 92 deletions(-)