ealsur / WebJobs.Extensions.GroupQueueTrigger

Extension for Azure Webjobs SDK that returns groups of messages of an Azure Queue
MIT License
20 stars 1 forks source link

Azure Functions extension compatibility #3

Open thomas-rabiller-azimut opened 6 years ago

thomas-rabiller-azimut commented 6 years ago

With the support in Azure functions for extensions starting with runtime 2.0 but still no planned implementation of a batch trigger for azure queues (see this thread), I was hoping to use the GroupQueueTrigger in a function project but failed to make the Azure Functions runtime detect the methods decorated with the [GroupQueueTrigger] attribute.

Is it compatible in its current state with this scenario or only with WebJobs? Does it require any additional tooling or dependencies to be used in function apps?

mishakogan commented 6 years ago

I have the same exact issue. I need to subscribe to a "batch" of queue messages instead of just one.

ealsur commented 6 years ago

Sorry for the delay, somehow lost track of this repo's notifications 😞

This was originally intended just for Webjobs, I'll add it to my backlog, maybe I can actually make it happen at some point depending on my free time (have to read the Functions runtime repo and understand the wiring).