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

kafka-Mysql job supports configuring kafka account passwords #968

Open
asiroliu opened this issue Apr 28, 2022 · 2 comments
Open

kafka-Mysql job supports configuring kafka account passwords #968

asiroliu opened this issue Apr 28, 2022 · 2 comments
Milestone

Comments

@asiroliu
Copy link
Collaborator

No description provided.

@ghost
Copy link

ghost commented Sep 15, 2022

看了下kafka go client, 有如下密码相关配置, 是指这个吗?

		// SASL based authentication with broker. While there are multiple SASL authentication methods
		// the current implementation is limited to plaintext (SASL/PLAIN) authentication
		SASL struct {
			// User is the authentication identity (authcid) to present for
			// SASL/PLAIN or SASL/SCRAM authentication
			User string
			// Password for SASL/PLAIN authentication
			Password string
			// authz id used for SASL/SCRAM authentication

@ghost ghost added this to the next milestone Sep 15, 2022
ghost pushed a commit that referenced this issue Sep 26, 2022
@ghost
Copy link

ghost commented Sep 26, 2022

KafkaConfig增加了User和Password两个参数. 但不知Kafka那边如何配置, 未测试.

ghost pushed a commit that referenced this issue Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant