1 write to _consumerConfig
Aspire.Confluent.Kafka (1)
ConsumerConnectionFactory.cs (1)
15
_consumerConfig
= new ConsumerConfig();
2 references to _consumerConfig
Aspire.Confluent.Kafka (2)
ConsumerConnectionFactory.cs (2)
18
_consumerConfig
.Set(property.Key, property.Value);
23
public ConsumerConfig Config =>
_consumerConfig
;