add topic console

This commit is contained in:
许晓东
2021-09-09 11:36:43 +08:00
parent fad17302c8
commit f4413107d7
9 changed files with 255 additions and 17 deletions

View File

@@ -8,10 +8,10 @@ kafka:
config:
# kafka broker地址多个以逗号分隔
# bootstrap-server: 'localhost:9092'
bootstrap-server: '10.100.64.48:9092,10.100.77.250:9092,10.100.73.154:9092'
request-timeout-ms: 60000
# 服务端是否启用acl如果不启用下面的几项都忽略即可
enable-acl: true
# 只支持2种安全协议SASL_PLAINTEXT和PLAINTEXT启用acl则设置为SASL_PLAINTEXT不启用acl不需关心这个配置
security-protocol: SASL_PLAINTEXT
sasl-mechanism: SCRAM-SHA-256
# 超级管理员用户名在broker上已经配置为超级管理员