[
https://issues.apache.org/jira/browse/FLINK-18314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136603#comment-17136603
]
liufangliang commented on FLINK-18314:
--------------------------------------
+1 ,
a small mistake in kafka.md and kafka.zh.md , as following
{code:java}
'properties.bootstrap.server' = 'localhost:9092'
{code}
The correct one should be like this
{code:java}
'properties.bootstrap.servers' = 'localhost:9092'
{code}
cc [~jark] [~shen_dijie] , can you assign it to me ?
> 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, 1.12.0
> Reporter: jinxin
> Priority: Major
>
> 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)