alpinegizmo commented on code in PR #88:
URL: 
https://github.com/apache/flink-connector-kafka/pull/88#discussion_r1542159853


##########
docs/content/docs/connectors/table/kafka.md:
##########
@@ -674,7 +674,7 @@ Please note that the class path of the login module in 
`sasl.jaas.config` might
 client dependencies, so you may need to rewrite it with the actual class path 
of the module in the JAR.
 SQL client JAR has relocated Kafka client dependencies to 
`org.apache.flink.kafka.shaded.org.apache.kafka`,
 then the path of plain login module in code snippets above need to be
-`org.apache.flink.kafka.shaded.org.apache.kafka.common.security.plain.PlainLoginModule`
 when using SQL client JAR.
+`org.apache.flink.kafka.shaded.org.apache.kafka.common.security.plain.PlainLoginModule`
 when using SQL client JAR(flink-sql-connector-kafka-x.xx.x.jar).

Review Comment:
   ```suggestion
   
`org.apache.flink.kafka.shaded.org.apache.kafka.common.security.plain.PlainLoginModule`
 when using SQL client JAR (flink-sql-connector-kafka-x.xx.x.jar).
   ```



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to