Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
trnguyencflt committed Feb 4, 2025
1 parent 825fc87 commit 5664f6e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,9 @@ public static Properties createBrokerConfig(
}

props.put(ServerLogConfigs.NUM_PARTITIONS_CONFIG, String.valueOf(numPartitions));
props.put(ReplicationConfigs.DEFAULT_REPLICATION_FACTOR_CONFIG, String.valueOf(defaultReplicationFactor));
props.put(
ReplicationConfigs.DEFAULT_REPLICATION_FACTOR_CONFIG,
String.valueOf(defaultReplicationFactor));

if (enableFetchFromFollower) {
props.put(ServerConfigs.BROKER_RACK_CONFIG, String.valueOf(nodeId));
Expand Down

0 comments on commit 5664f6e

Please sign in to comment.