Azure / azure-functions-dotnet-worker

Azure Functions out-of-process .NET language worker
MIT License
416 stars 181 forks source link

Microsoft.Azure.Functions.Worker.Extensions.EventHubs >=6.1.0 impacts scaling #2433

Closed pragnagopa closed 4 months ago

pragnagopa commented 4 months ago

Description

https://github.com/Azure/azure-functions-extension-bundles/issues/389

Steps to reproduce

Evenhub trigger with reference to latest Microsoft.Azure.Functions.Worker.Extensions.EventHubs >=6.1.0 does not scale down to zero when running in Azure

pragnagopa commented 4 months ago

@fabiocav - extension fix is now available - https://github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.EventHubs_6.3.2

Please release updated version of dotnet worker