Skip to content

Commit

Permalink
remove un-necessary
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <maros.orsak159@gmail.com>
  • Loading branch information
see-quick committed Dec 16, 2024
1 parent 50f1b70 commit e5e804b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public class StrimziKafkaCluster implements KafkaContainer {
private final boolean enableSharedNetwork;
private final String kafkaVersion;
private final boolean enableKraft;
private final boolean enableBrokerContainerSlf4jLogging;

// not editable
private final Network network;
Expand All @@ -64,7 +63,6 @@ private StrimziKafkaCluster(StrimziKafkaClusterBuilder builder) {
this.kafkaVersion = builder.kafkaVersion;
this.enableKraft = builder.enableKRaft;
this.clusterId = builder.clusterId;
this.enableBrokerContainerSlf4jLogging = builder.enableBrokerContainerSlf4jLogging;

validateBrokerNum(this.brokersNum);
validateInternalTopicReplicationFactor(this.internalTopicReplicationFactor, this.brokersNum);
Expand Down Expand Up @@ -159,7 +157,6 @@ public static class StrimziKafkaClusterBuilder {
private String kafkaVersion;
private boolean enableKRaft;
private String clusterId;
private boolean enableBrokerContainerSlf4jLogging;

/**
* Sets the number of Kafka brokers in the cluster.
Expand Down

0 comments on commit e5e804b

Please sign in to comment.