Savonitar commented on code in PR #213:
URL:
https://github.com/apache/flink-connector-kafka/pull/213#discussion_r2717520857
##########
flink-connector-kafka-e2e-tests/flink-end-to-end-tests-common-kafka/src/test/java/org/apache/flink/tests/util/kafka/KafkaSourceE2ECase.java:
##########
@@ -48,13 +48,15 @@ public class KafkaSourceE2ECase extends
SourceTestSuiteBase<String> {
// Defines TestEnvironment
@TestEnv FlinkContainerTestEnvironment flink = new
FlinkContainerTestEnvironment(1, 6);
+ TestKafkaContainer kafkaContainer =
+ new TestKafkaContainer(KAFKA).withNetworkAliases(KAFKA_HOSTNAME);
+
// Defines ConnectorExternalSystem
+ @SuppressWarnings({"rawtypes", "unchecked"})
Review Comment:
https://github.com/apache/flink-connector-kafka/pull/213/changes/BASE..f5685fa9feaaf5364d6ccdf659158f0895cf2a57#r2717519689
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]