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

Use random partition key for bad rows #180

Closed
benjben opened this issue Nov 30, 2020 · 0 comments · Fixed by #191
Closed

Use random partition key for bad rows #180

benjben opened this issue Nov 30, 2020 · 0 comments · Fixed by #191
Labels
Milestone

Comments

@benjben
Copy link
Contributor

benjben commented Nov 30, 2020

ATM the key is hardcoded : badSink.store(output, Some("key"), false)

As a result all the bad rows go to the same shard and it can't scale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant