Tsuyoshi Ushio

Results 100 comments of Tsuyoshi Ushio

You don't need to import via keytool. You can specify it like following "sslCaLocation": "/YOUR_PATH/ca_cert.crt" Could you try it?

# 1. Debug You can configure debug using `host.json` configuration parameter. `log.Level` and for more detail debug of the librdkafka library, you can configure `LibkafkaDebug` * [host.json reference for Azure...

I come up with two ideas. 1. Could you separate the durable code? testhubname-control-00 ... is durable functions message. only `Assigned partitions: [test-events [[0]], test-events [[1]], test-events [[2]]]` message is...

I create a sample for targeting EventHubs, that requires username, password, sasl . It might help. https://github.com/TsuyoshiUshio/KafkaTemplateSamples/tree/eventHubs

Hi @tjsiron Thank you for this issue. I realize that the issue. In this case, Kafka Trigger on C# is fine. However, The KEDA scaler configuration might be the issue....

Thank you for sharing @meken Good point. I have no afford right now, however, I'd like to keep this for being the future backlog.

Hi @tech7857 Could you share your function app name to my e-mail address?

Thank you, @lilleman12 According to this logic, https://github.com/Azure/azure-functions-kafka-extension/blob/dev/src/Microsoft.Azure.WebJobs.Extensions.Kafka/Listeners/KafkaTopicScaler.cs#L235 Current logic will be Scale In happens... 1. The number of the works exceed the number of the partition 2. All partition...

Thank you, @shaunco to notice it. I check the code and I confirm that the value is not used. I'll find a time to implement it.

Hi @OlivierTD For the message, means message is coming but, functions execution is not catching up. So that you might need to increase the ability to execute the messages. In...