Debezium报错处理系列五:org.apache.kafka.common.errors.SaslAuthenticationException: Authentication failed: Invalid username or passwordn
- 一、debezium报错
- 二、报错产生原因
- 三、报错解决方法
一、debezium报错
- org.apache.kafka.common.errors.SaslAuthenticationException: Authentication failed: Invalid username or passwordn
二、报错产生原因
三、报错解决方法
- 1.首先查看kafka work节点配置文件/conf/connect-distributed.properties中使用的用户名和密码
security.protocol=SASL_PLAINTEXT
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required
username="debezium"
password="wqZUHASJKZ";
# Configure SASL_SSL if SSL encryption is enabled, otherwise con