File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
deployer/src/main/resources Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,13 @@ kafka.max.in.flight.requests.per.connection = 1
148148kafka.retries = 0
149149
150150kafka.kerberos.enable = false
151- kafka.kerberos.krb5.file = "../conf/kerberos/krb5.conf"
152- kafka.kerberos.jaas.file = "../conf/kerberos/jaas.conf"
151+ kafka.kerberos.krb5.file = ../conf/kerberos/krb5.conf
152+ kafka.kerberos.jaas.file = ../conf/kerberos/jaas.conf
153+
154+ # sasl demo
155+ # kafka.sasl.jaas.config = org.apache.kafka.common.security.scram.ScramLoginModule required \\n username=\"alice\" \\npassword="alice-secret\";
156+ # kafka.sasl.mechanism = SCRAM-SHA-512
157+ # kafka.security.protocol = SASL_PLAINTEXT
153158
154159# #################################################
155160# ######## RocketMQ #############
@@ -179,4 +184,4 @@ rabbitmq.deliveryMode =
179184# #################################################
180185pulsarmq.serverUrl =
181186pulsarmq.roleToken =
182- pulsarmq.topicTenantPrefix =
187+ pulsarmq.topicTenantPrefix =
Original file line number Diff line number Diff line change 262262 <dependency >
263263 <groupId >com.alibaba</groupId >
264264 <artifactId >druid</artifactId >
265- <version >1.2.11 </version >
265+ <version >1.2.12 </version >
266266 </dependency >
267267 <dependency >
268268 <groupId >com.lmax</groupId >
You can’t perform that action at this time.
0 commit comments