wuchong commented on a change in pull request #14017:
URL: https://github.com/apache/flink/pull/14017#discussion_r521988727
##########
File path: docs/dev/table/connectors/upsert-kafka.md
##########
@@ -43,7 +43,7 @@ To use the connector, add the following Maven dependency to
your project:
{% highlight xml %}
<dependency>
<groupId>org.apache.flink</groupId>
- <artifactId>flink-connector-kafka_2.11</artifactId>
+ <artifactId>flink-connector-kafka_{{site.scala_version_suffix}}</artifactId>
Review comment:
`site.scala_version_suffix` already includes the `_` prefix. So it
should be `flink-connector-kafka{{site.scala_version_suffix}}`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]