-
Notifications
You must be signed in to change notification settings - Fork 25
feat: support mapping of legacy GCF events #313
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
feat: support mapping of legacy GCF events #313
Conversation
Codecov Report
@@ Coverage Diff @@
## main #313 +/- ##
==========================================
+ Coverage 55.50% 56.32% +0.81%
==========================================
Files 562 564 +2
Lines 15205 15437 +232
==========================================
+ Hits 8440 8695 +255
+ Misses 6765 6742 -23
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a couple small questions.
With this change the framework can receive GCF events and deliver them as Cloud Events.
Part of the work for #306