question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[QUERY] Where's the v5 equivalent to EventHubTrigger for Azure Functions?

See original GitHub issue

Query/Question Sorry if I’m asking in the wrong location.

All the documentation for Azure Functions (and the Visual Studio Template) use the Microsoft.Azure.WebJobs.Extensions.EventHubs nuget package to setup an EventHubTrigger, but that’s using the Microsoft.Azure.EventHubs nuget package.

Is there a new sdk that contains the EventHubTrigger?

Thanks!

Environment:

  • Name and version of the Library package used: Azure.Messaging.EventHubs 5.1.0
  • Hosting platform or OS and .NET runtime version (dotnet --info output for .NET Core projects): Azure V3 Function
  • IDE and version : Visual Studio 16.7.2

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pakrymcommented, Aug 26, 2020

Yes, we are working on a new set of WebJobs extensions based on the new libraries. Unfortunately, it’s a bit early for me to be able to name exact dates but it’s coming.

1reaction
jsquirecommented, Aug 26, 2020

do you happen to know if there are any issues using the 5.1 Event Hubs library to send event data and the old library and a function trigger/binding to read the data?

I do; You should be able to cross the v4 and v5 versions of Event Hubs when publishing and consuming without issue. The event message formats are compatible between them.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure Event Hubs trigger for Azure Functions
This article explains how to work with Azure Event Hubs trigger for Azure Functions. Azure Functions supports trigger and output bindings ...
Read more >
host.json reference for Azure Functions 2.x and later
Reference documentation for the Azure Functions host.json file with the v2 runtime.
Read more >
Trigger Azure Functions on blob containers using an event ...
This tutorial shows how to create a low-latency, event-driven trigger on an Azure Blob Storage container using an Event Grid event ...
Read more >
Azure Event Hubs trigger and bindings for Azure Functions
This article explains how to work with Azure Event Hubs bindings for Azure Functions. Azure Functions supports trigger and output bindings ...
Read more >
python 3.x - Azure Function not picking up Eventhub events
I can query my eventhub and see/read the events. So I know my policy, and the sharedkey and such, work fine. I am...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found