Skip to content

Commit

Permalink
Debezium: Make pulsar.auth.token optional (and make Integration Tests…
Browse files Browse the repository at this point in the history
… pass)
  • Loading branch information
eolivelli committed Jul 14, 2021
1 parent 5445344 commit 246174a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public class PulsarKafkaWorkerConfig extends WorkerConfig {
PULSAR_SERVICE_URL_CONFIG_DOC)
.define(PULSAR_AUTH_TOKEN_CONFIG,
Type.STRING,
"",
Importance.HIGH,
PULSAR_AUTH_TOKEN_CONFIG_DOC)
.define(TOPIC_NAMESPACE_CONFIG,
Expand Down

0 comments on commit 246174a

Please sign in to comment.