-
-
Notifications
You must be signed in to change notification settings - Fork 4
PostgreSQL alternate push provider #30
Copy link
Copy link
Open
Labels
area-nice-to-haveIssues are nice to haves to consider adding to OutboxKitIssues are nice to haves to consider adding to OutboxKitenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
area-nice-to-haveIssues are nice to haves to consider adding to OutboxKitIssues are nice to haves to consider adding to OutboxKitenhancementNew feature or requestNew feature or request
Type
Projects
- StatusShow more project fieldsNo status
Like #29, based on the WAL, but removing the need to even have an outbox table, by making use of
pg_logical_emit_message()to write directly to the WAL, as described in this post.