Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FLINK-31361 - Added the right shaded dependency for SQL client connector for kafka - Updated kafka.md #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

diptimanr
Copy link

Modified the documentation on using the right dependency for 'properties.sasl.jaas.config'. When using 'flink-sql-connector-kafka.jar', existing document doesn't use the shaded dependency.
Also added the name of the jar file (flink-sql-connector-kafka-x.xx.x.jar).

Modified the documentation on using the right dependency for 'properties.sasl.jaas.config'. When using 'flink-sql-connector-kafka.jar', existing document doesn't use the shaded dependency.
Also added the name of the jar file (flink-sql-connector-kafka-x.xx.x.jar).
Update kafka.md - FLINK-31361 - Added the right shaded dependency for SQL client connector for kafka
Copy link

boring-cyborg bot commented Mar 27, 2024

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

Copy link

@alpinegizmo alpinegizmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@diptimanr Thank you for your contribution.

Aside from one small nit that I've suggested you fix, the basic content of the PR looks good. But would you please clean up the PR? In this case there should be just one commit, and more importantly, the commit message should be like this, with both the JIRA ticket and component clearly identified:

[FLINK-31361][docs] Added the right shaded dependency for SQL client connector for kafka

Also, please make the same change in the chinese language docs.

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`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).
`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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants