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: store-only firestore DLQ #83

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

bestmike007
Copy link
Contributor

What changed? Why?

A firestore-based store-only DLQ for storing unexpected blocks

How did you test the change?

GitHub Actions

@bestmike007 bestmike007 requested a review from a team as a code owner January 15, 2024 17:34
return &dlqFactory{params}
}

func New(params DLQParams) (DLQ, error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you simply use dlq.NewNop?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'd better store the events in case we need it, no?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feature is getting deprecated. But we can merge it as is.

@jiezhang jiezhang merged commit 2032bcc into coinbase:master Jan 25, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants