Tomer Rotstein
Tomer Rotstein
Hi, This is preventing us from calling the byteSize dll from a strong name assembly file (signed code can't call unsigned code). Can you please sign your binary?
I assume [this](https://dvorka.github.io/hstr/CONFIGURATION.html): hstr --show-bash-configuration >> ~/.bashrc should be: hstr --show-configuration >> ~/.bashrc
Hi, According to [doc](https://docs.confluent.io/platform/current/installation/configuration/consumer-configs.html#request-timeout-ms), request.timeout.ms should be part of consumer as well. However, [ConsumerConfig](https://docs.confluent.io/platform/current/clients/confluent-kafka-dotnet/_site/api/Confluent.Kafka.ConsumerConfig.html) doesn't contains it. (note that [ProducerConfig](https://docs.confluent.io/platform/current/clients/confluent-kafka-dotnet/_site/api/Confluent.Kafka.ProducerConfig.html) does contain it (RequestTimeoutMs). Please advise, Tomer