Tsuyoshi Ushio

Results 100 comments of Tsuyoshi Ushio

Also you can increase the capacity of the Channel if you want. Refer to Channel in here. https://tsuyoshiushio.medium.com/azure-functions-kafka-trigger-performance-tips-concept-and-architecture-ec94a31d8b93

Hi @gliljas Thank you for a lot of constribution! This change looks good for me, however, it introduce breaking change. We might think when this PR should be merged. Major...

Hello @nachoge Could you try to remove "extensionBundle" part? then try func install again? Kafka extension is not included by the extension bundle. This is an example (this is for...

Hi @nachoge You look using .net 5 sdk. However, Azure Functions doesn't support it (currently). Could you try 3.1 instead? Also you can refer the Dockerfile (for Debian) in case...

Yeah. Looks so. https://github.com/Azure/azure-functions-dotnet-worker/blob/main/samples/Extensions/Kafka/KafkaFunction.cs

Thank you for the reporting. It might be an influence of this PR. I'll have a look. https://github.com/Azure/azure-functions-kafka-extension/pull/170/files

Hi @FlipABit , You seem solve the problem. I provide an updated version of the sample. So I close this issue. If you don't solve this, feel free to reopen...

Hi @shaunco Sorry, it should be documented. Unfortunately, current func tool doesn't support Kafka workload. LD_LIBRARY_PATH is required in this case. Current documentation mentions for Linux Premium that we currently...

Hi @shaunco and @ryancrawcour However, I'll investigate the architecture without setting it for linux. (That is only requied for linux). It might not high priority, however, I'll consider it.

I'm not sure why it stop processing, however, one thing you can do is enable debugging. https://tsuyoshiushio.medium.com/azure-functions-kafka-trigger-performance-tips-concept-and-architecture-ec94a31d8b93 Coud you see the debug section? If you can't find anything for the...