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

feat: allow custom route extractor on pg notify router #1041

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

adityathebe
Copy link
Member

@adityathebe adityathebe commented Sep 11, 2024

The notify router expected the pg notify payload to be in format.

We allow consumers to provide custom extractor & let them decided how to extract the route & the actual payload from the original notify payload.

This is required for playbook_action_updates PG notify where we extract the route & payload from a JSON payload.

@adityathebe adityathebe force-pushed the feat/pg-notify-custom-router branch from 98b03a9 to d5cb9fc Compare September 11, 2024 11:24
@adityathebe adityathebe marked this pull request as ready for review September 11, 2024 15:02
@adityathebe adityathebe force-pushed the feat/pg-notify-custom-router branch from 5205c28 to ab85159 Compare September 11, 2024 15:02
@moshloop moshloop enabled auto-merge (squash) September 12, 2024 05:50
@moshloop moshloop force-pushed the feat/pg-notify-custom-router branch from ab85159 to dee89e6 Compare September 12, 2024 05:50
@moshloop moshloop merged commit df310cd into main Sep 12, 2024
7 checks passed
@moshloop moshloop deleted the feat/pg-notify-custom-router branch September 12, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants