confluentinc / confluent-kafka-dotnet

Confluent's Apache Kafka .NET client
https://github.com/confluentinc/confluent-kafka-dotnet/wiki
Apache License 2.0
67 stars 861 forks source link

Question on monitoring.interceptor #660

Open srinathrangaramanujam opened 5 years ago

srinathrangaramanujam commented 5 years ago

Description

Hi,

Is the Confluent Monitoring Interceptor is compatible with dotnet core? I tried with both dotnet core and .net 4.5 as well. both giving LoadLibrary failed exception. I have tried providing the absolute path as well

Thanks,

How to reproduce

Checklist

Please provide the following information:

mhowlett commented 5 years ago

yes, it is. however, there's an unresolved issue whereby the monitoring interceptor can reference the wrong librdkafka version causing Library.Load to fail if additional versions are installed on your system. i'm guessing your problem is probably this. perhaps make sure there are no librdkafka versions on your system except the one in the librdkafka.redist package referenced by your version of Confluent.Kafka.