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

Optionally panic on failed reconstruct #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

AusIV
Copy link
Contributor

@AusIV AusIV commented Sep 18, 2024

When reconstructs fail, updates will likely be missing. For some applications this can be okay, but for many it would be better to panic in this scenario, so whether a panic occurs is made configurable.

Austin Roberts added 4 commits September 16, 2024 16:17
Switch from passing a bunch of loose variables to a ConsumerConfig
object. This will make future configuration updates less invasive.
@@ -9,6 +9,7 @@ import (
// "strings"
"regexp"
"runtime"
// "fmt"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a typo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not really. I find myself enabling and disabling fmt often while debugging, so I left it in commented to make it slightly easier to access next time I'm using it.

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