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

Implement notifications for bucket events #27

Open
beikov opened this issue Mar 29, 2020 · 0 comments
Open

Implement notifications for bucket events #27

beikov opened this issue Mar 29, 2020 · 0 comments

Comments

@beikov
Copy link
Member

beikov commented Mar 29, 2020

Like S3, we should implement support for bucket events with support for the following sinks

  • SNS
  • SQS
  • Kafka

We should also implement the alerting based on these events.

The event publishing options are

  • Publish event in a PreCommitListener => Might trigger an event although the TX failed
  • Publish event in a PostCommitListener => Might miss an event in case of outage
  • Source events via Debezium => Requires proper setup
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

1 participant