Skip to content

Commit

Permalink
remove unused KafkaSampleStore#_skipSampleStoreTopicRackAwarenessCheck (
Browse files Browse the repository at this point in the history
#2183)

left over from #1572 (6ae3f41)
  • Loading branch information
dongjinleekr authored Aug 26, 2024
1 parent 8d7e4d3 commit e06f109
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public class KafkaSampleStore extends AbstractKafkaSampleStore {
protected long _minPartitionSampleStoreTopicRetentionTimeMs;
protected long _minBrokerSampleStoreTopicRetentionTimeMs;
protected volatile double _loadingProgress;
protected boolean _skipSampleStoreTopicRackAwarenessCheck;

public static final String PARTITION_METRIC_SAMPLE_STORE_TOPIC_CONFIG = "partition.metric.sample.store.topic";
public static final String BROKER_METRIC_SAMPLE_STORE_TOPIC_CONFIG = "broker.metric.sample.store.topic";
Expand Down

0 comments on commit e06f109

Please sign in to comment.