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

[SDK-Bindings - EventGrid] Implement converter in EventGrid worker extension #1565

Closed
2 tasks done
aishwaryabh opened this issue May 25, 2023 · 0 comments
Closed
2 tasks done

Comments

@aishwaryabh
Copy link
Contributor

aishwaryabh commented May 25, 2023

Problem Statement

Implement EventGridConverter trigger binding types CloudEvent, CloudEvent[], EventGridEvent, EventGridEvent[], BinaryData, BinaryData[], and String[] so that we have parity with in-proc.

Tasks

  • Implement converter that enables binding to a single CloudEvent, EventGridEvent, string and BinaryData and multiple CloudEvent's, EventGridEvent, string, and BinaryData
    • Being able to bind to multiple table entities looks like this: CloudEvent[], EventGridEvent[], BinaryData[], String[]
  • Write unit tests for converters

Definition of Done

  1. Worker EventGrid extension package is released (as a preview package)
  2. Unit & E2E tests written and checked-in
  3. Microsoft documentation updated to detail support for the new SDK-bindings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants