Details
-
Bug
-
Status: Closed
-
Not a Priority
-
Resolution: Fixed
-
1.16.0
-
None
-
- win11
- Git
- Maven (we recommend version 3.8.6)
- Java 11
Description
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