File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/exactlyonce/src/test/java/io/questdb/kafka Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ private static KafkaContainer newKafkaContainer(int id) {
155
155
.withEnv ("KAFKA_NUM_PARTITIONS" , "3" )
156
156
.withEnv ("KAFKA_CONTROLLER_QUORUM_VOTERS" , votersBuilder .toString ())
157
157
.withFileSystemBind (kafkaData .toAbsolutePath ().toString (), "/var/lib/kafka/data" )
158
- .withCreateContainerCmdModifier (cmd -> cmd .withHostName ("kafka" + id ));
159
- // .withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("kafka" + id)));
158
+ .withCreateContainerCmdModifier (cmd -> cmd .withHostName ("kafka" + id ))
159
+ .withLogConsumer (new Slf4jLogConsumer (LoggerFactory .getLogger ("kafka" + id )));
160
160
} catch (IOException e ) {
161
161
throw new RuntimeException (e );
162
162
}
You can’t perform that action at this time.
0 commit comments