kafka/storage
Luke Chen 7a6435af49
KAFKA-15037: pass remoteLogEnabled to unifiedLog (#13779)
UnifiedLog relied on the remoteStorageSystemEnable to identify if the broker is enabling remote storage, but we never pass this value from the config into UnifiedLog. So it'll always be false.

In this PR, I did:

   - pass remoteStorageSystemEnable to UnifiedLog
   - remove remoteLogManager from the class member of UnifiedLog since only UnifiedLog#fetchOffsetByTimestamp needs remoteLogManager, and this can be passed when called from ReplicaManager.

Reviewers: Satish Duggana <satishd@apache.org>, Kamal Chandraprakash <kamal.chandraprakash@gmail.com>
2023-06-05 15:00:16 +08:00
..
api/src KAFKA-13881: Add Storage package info (#13053) 2023-01-02 18:38:52 +01:00
src KAFKA-15037: pass remoteLogEnabled to unifiedLog (#13779) 2023-06-05 15:00:16 +08:00