You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/TopicBasedRemoteLogMetadataManager.java
Copy file name to clipboardExpand all lines: storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/TopicBasedRemoteLogMetadataManagerConfig.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,15 @@ public final class TopicBasedRemoteLogMetadataManagerConfig {
@@ -63,6 +65,7 @@ public final class TopicBasedRemoteLogMetadataManagerConfig {
63
65
"Default: -1, that means unlimited. Users can configure this value based on their use cases. " +
64
66
"To avoid any data loss, this value should be more than the maximum retention period of any topic enabled with " +
65
67
"tiered storage in the cluster.";
68
+
publicstaticfinalStringREMOTE_LOG_METADATA_TOPIC_MIN_ISR_DOC = "The minimum number of replicas that must acknowledge a write to remote log metadata topic.";
66
69
publicstaticfinalStringREMOTE_LOG_METADATA_CONSUME_WAIT_MS_DOC = "The amount of time in milliseconds to wait for the local consumer to " +
67
70
"receive the published event.";
68
71
publicstaticfinalStringREMOTE_LOG_METADATA_INITIALIZATION_RETRY_INTERVAL_MS_DOC = "The retry interval in milliseconds for " +
@@ -90,6 +93,8 @@ public final class TopicBasedRemoteLogMetadataManagerConfig {
0 commit comments