7 references to AddKeyedKafkaProducer
Aspire.Confluent.Kafka.Tests (7)
OtelMetricsTests.cs (1)
42builder.AddKeyedKafkaProducer<string, string>("messaging");
OtelTracesTests.cs (1)
44builder.AddKeyedKafkaProducer<string, string>("messaging");
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");