We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790b7c5 commit 6996544Copy full SHA for 6996544
plugin-server/src/kafka/consumer.ts
@@ -131,7 +131,7 @@ export class KafkaConsumer {
131
132
this.consumerConfig = {
133
'client.id': hostname(),
134
- 'security.protocol': 'plaintext',
+ 'security.protocol': defaultConfig.KAFKA_SECURITY_PROTOCOL,
135
'metadata.broker.list': 'kafka:9092', // Overridden with KAFKA_CONSUMER_METADATA_BROKER_LIST
136
log_level: 4, // WARN as the default
137
'group.id': this.config.groupId,
0 commit comments