5 references to AddKeyedKafkaProducer
Aspire.Confluent.Kafka.Tests (5)
ProducerConfigurationTests.cs (3)
27builder.AddKeyedKafkaProducer<string, string>("messaging"); 89builder.AddKeyedKafkaProducer<string, string>("messaging"); 132builder.AddKeyedKafkaProducer<string, string>("messaging"),
ProducerConformanceTests.cs (2)
95builder.AddKeyedKafkaProducer<string, string>("messaging2"); 96builder.AddKeyedKafkaProducer<string, string>("messaging3");