Skip to content

Commit

Permalink
Fix KafkaSourceSplitEnumeratorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochen-zhou committed Dec 17, 2024
1 parent d188f6e commit b45cf4b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import org.apache.seatunnel.connectors.seatunnel.kafka.source.KafkaSourceSplitEnumerator;

import org.apache.kafka.common.KafkaFuture;
import org.apache.kafka.common.Node;
import org.apache.kafka.common.TopicPartition;
import org.apache.kafka.common.TopicPartitionInfo;

Expand Down Expand Up @@ -74,7 +75,9 @@ void init() {
Collections.singletonList(
new TopicPartitionInfo(
0,
null,
new Node(
2, "",
18080),
Collections
.emptyList(),
Collections
Expand Down

0 comments on commit b45cf4b

Please sign in to comment.