Skip to content

Commit

Permalink
update
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 17, 2024
1 parent 2646e95 commit 5e7ee99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ systemUnderTest.start();
strimziKafkaContainer.getProxy().setConnectionCut(true);
```

#### xi) Run a multi-node Kafka cluster
#### x) Run a multi-node Kafka cluster

To run a multi-node Kafka cluster, you can use the StrimziKafkaCluster class with the builder pattern.

Expand Down Expand Up @@ -235,7 +235,7 @@ StrimziKafkaCluster kafkaCluster = new StrimziKafkaCluster.StrimziKafkaClusterBu
kafkaCluster.start();
```

#### xii) Logging Kafka Container/Cluster Output to SLF4J
#### xi) Logging Kafka Container/Cluster Output to SLF4J

If you want to enable logging of the Kafka container’s output to SLF4J,
you can set the environment variable STRIMZI_TEST_CONTAINER_LOGGING_ENABLED to true.
Expand Down

0 comments on commit 5e7ee99

Please sign in to comment.