Hello! we have been using kafka-di for a while now, and we have been enjoying using this library.
When we upgrade Confluent to 2.2.0, we saw some error for kafka-di.
We are using kafka-di 3.0.1 and confluent-kafka-dotnet 2.2.0
The error we are seeing is
Unhandled exception. System.TypeLoadException: Method 'IncrementalAlterConfigsAsync' in type 'Confluent.Kafka.DependencyInjection.ScopedAdminClient' from assembly 'Confluent.Kafka.DependencyInjection, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
at Confluent.Kafka.KafkaServiceCollectionExtensions.AddKafkaClient(IServiceCollection services)
Hello! we have been using kafka-di for a while now, and we have been enjoying using this library.
When we upgrade Confluent to 2.2.0, we saw some error for kafka-di. We are using
kafka-di 3.0.1
andconfluent-kafka-dotnet 2.2.0
The error we are seeing isAfter some research, we believe the error is caused by this recent commit for adding IncrementalAlterConfigs API (https://github.com/confluentinc/confluent-kafka-dotnet/pull/2005).
We look forward to the support of Confluent 2.2.0.