Skip to content

Commit c055737

Browse files
committed
support druid 1.2.12
1 parent ef7e21e commit c055737

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

deployer/src/main/resources/canal.properties

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,13 @@ kafka.max.in.flight.requests.per.connection = 1
148148
kafka.retries = 0
149149

150150
kafka.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
##################################################
180185
pulsarmq.serverUrl =
181186
pulsarmq.roleToken =
182-
pulsarmq.topicTenantPrefix =
187+
pulsarmq.topicTenantPrefix =

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
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>

0 commit comments

Comments
 (0)