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) {
155155 .withEnv ("KAFKA_NUM_PARTITIONS" , "3" )
156156 .withEnv ("KAFKA_CONTROLLER_QUORUM_VOTERS" , votersBuilder .toString ())
157157 .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 )));
160160 } catch (IOException e ) {
161161 throw new RuntimeException (e );
162162 }
You can’t perform that action at this time.
0 commit comments