-
Notifications
You must be signed in to change notification settings - Fork 286
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 non-experimental bulk import and export #2065
Conversation
143006f
to
43189cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment
@@ -101,8 +102,7 @@ func NewExperimentalServer(dispatch dispatch.Dispatcher, permServerConfig Permis | |||
streamtimeout.MustStreamServerInterceptor(config.StreamReadTimeout), | |||
), | |||
}, | |||
defaultBatchSize: uint64(config.DefaultExportBatchSize), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't in use anywhere i could find
45e8d7a
to
40bc64a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Part of moving bulk import and export out of experimental. This PR takes a copy-paste approach with cleanup to be done in future work.
Changes
Testing
Review. See that tests pass.