Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
aballiet committed Jan 8, 2025
1 parent e399560 commit a341c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bizon/connectors/sources/kafka/src/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def __init__(self, config: KafkaSourceConfig):

self.config: KafkaSourceConfig = config

# Kafka consumer configuration
# Kafka consumer configuration.
if self.config.authentication.type == AuthType.BASIC:
self.config.consumer_config["sasl.mechanisms"] = "PLAIN"
self.config.consumer_config["sasl.username"] = self.config.authentication.params.username
Expand Down

0 comments on commit a341c39

Please sign in to comment.