Skip to content

Commit a341c39

Browse files
committed
dummy
1 parent e399560 commit a341c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bizon/connectors/sources/kafka/src/source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def __init__(self, config: KafkaSourceConfig):
113113

114114
self.config: KafkaSourceConfig = config
115115

116-
# Kafka consumer configuration
116+
# Kafka consumer configuration.
117117
if self.config.authentication.type == AuthType.BASIC:
118118
self.config.consumer_config["sasl.mechanisms"] = "PLAIN"
119119
self.config.consumer_config["sasl.username"] = self.config.authentication.params.username

0 commit comments

Comments
 (0)