JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
293 stars 49 forks source link

EventHub Output Binding #90

Closed jeckyl2010 closed 4 years ago

jeckyl2010 commented 4 years ago

Hi.

I'm looking around for the EventHub Output Binding, but can't seem to find it and scanning through the codebase does not reveal much to me :).

Is EventHub Output Binding supported. If not, is there a way to mix FunctionMonkey with an attribute based EventHub output, maybe something like

FunctionMonkey(IN)::HttpTrigger --> FunctionMonkey(OUT)::StorageQueue --> AzureFunction(IN)::StorageQueue --> AzureFunction(OUT)::EventHub

Thanks in advance

JamesRandall commented 4 years ago

Its mostly coded up but I haven't released it - I plan on doing so in the v4.x series which is under development at the moment.

JamesRandall commented 4 years ago

Included in commit 7940add , scheduled for release in beta2 today.