Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set TrackLastEnqueuedEventProperties in the isolated EventHub extensions #2856

Open
vakuras opened this issue Nov 12, 2024 · 2 comments
Labels
area: migration Items related to migration from the in-process model extensions: event-hubs question Further information is requested

Comments

@vakuras
Copy link
Member

vakuras commented Nov 12, 2024

Hi,

We are migrating from in process model and we are using the TrackLastEnqueuedEventProperties setting.
Is there a way to configure this with the isolated worker?

Thanks

@satvu satvu added extensions: service-bus question Further information is requested area: migration Items related to migration from the in-process model and removed Needs: Triage (Functions) labels Nov 12, 2024
@liliankasem
Copy link
Member

liliankasem commented Nov 14, 2024

I don't believe there is a way to set that value today with the dotnet-isolated eventhub extension. With the in-proc (WebJobs) extension, TrackLastEnqueuedEventProperties is set via EventHubOptions - we don't have this in our trigger attribute.

Tagging @fabiocav or @JoshLove-msft in case there is another way to do this that I might have missed? Otherwise I will flag this as an enhancement.

@vakuras
Copy link
Member Author

vakuras commented Nov 21, 2024

@fabiocav and @JoshLove-msft - is there another way to do this?

We started to migrate out functions, and we got stuck on this - without this option, we are losing some critical monitoring functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: migration Items related to migration from the in-process model extensions: event-hubs question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants