xulongfeng created FLINK-32172: ---------------------------------- Summary: KafkaExample can not run with args Key: FLINK-32172 URL: https://issues.apache.org/jira/browse/FLINK-32172 Project: Flink Issue Type: Bug Components: Connectors / Kafka Affects Versions: 1.17.0 Environment: * win11 * Git * Maven (we recommend version 3.8.6) * Java 11 Reporter: xulongfeng Attachments: args.png, kafkaexample.png
i fork and clone flink-connector-kafka repo. after build and package, i run org/apache/flink/streaming/kafka/test/KafkaExample.java main() but failed, comment say: Example usage: --input-topic test-input --output-topic test-output --bootstrap.servers * localhost:9092 --group.id myconsumer but console print: Missing parameters! from KafkaExampleUtil where need 5 paramters but we have 4 thank you for your attention to this matter -- This message was sent by Atlassian Jira (v8.20.10#820010)