Skip to content

Commit

Permalink
Update seatunnel-e2e/seatunnel-spark-connector-v2-e2e/connector-kafka…
Browse files Browse the repository at this point in the history
…-spark-e2e/src/test/java/org/apache/seatunnel/e2e/spark/v2/kafka/KafkaSourceTextToConsoleIT.java

Co-authored-by: hailin0 <hailin088@gmail.com>
  • Loading branch information
Hisoka-X and hailin0 committed Oct 18, 2022
1 parent 8aaa809 commit 9265e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void startKafkaContainer() {
kafkaContainer = new KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:6.2.1"))
.withNetwork(NETWORK)
.withNetworkAliases(KAFKA_HOST)
.withLogConsumer(new Slf4jLogConsumer(log));
.withLogConsumer(new Slf4jLogConsumer(DockerLoggerFactory.getLogger("confluentinc/cp-kafka:6.2.1")));
kafkaContainer.setPortBindings(Lists.newArrayList(
String.format("%s:%s", KAFKA_PORT, KAFKA_PORT)));
Startables.deepStart(Stream.of(kafkaContainer)).join();
Expand Down

0 comments on commit 9265e26

Please sign in to comment.