jinxin created FLINK-18314:
------------------------------
Summary: There are some problems in docs
Key: FLINK-18314
URL:
https://issues.apache.org/jira/browse/FLINK-18314 Project: Flink
Issue Type: Bug
Components: Documentation
Affects Versions: 1.11.0
Reporter: jinxin
In this page [
https://ci.apache.org/projects/flink/flink-docs-master/dev/table/connectors/kafka.html.|
https://ci.apache.org/projects/flink/flink-docs-master/dev/table/connectors/kafka.html]
Maven dependency should be flink-connector-kafka-0.11 instead of flink-connector-kafka-011, which is missing `.`
flink-connector-kafka-010_2.11 has the same problem.
I read the source code, the content of kafka.md is wrong.
In the same page,DDL should be
{{`properties.bootstrap.servers` instead of }}{{properties.bootstrap.server.}}
{{when i used}} {{properties.bootstrap.server,i got a exception :}}
{{}}
Caused by: org.apache.flink.table.api.ValidationException: One or more required options are missing.
{{}}
Missing required options are:
{{}}
properties.bootstrap.servers
{{}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)