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

v3: mutation batcher append returns future #815

Open
daniel-sanche opened this issue Jun 26, 2023 · 0 comments
Open

v3: mutation batcher append returns future #815

daniel-sanche opened this issue Jun 26, 2023 · 0 comments
Assignees
Labels
api: bigtable Issues related to the googleapis/python-bigtable API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone

Comments

@daniel-sanche
Copy link
Contributor

There is currently no way to track when a mutation is finalized after appending it to the mutation batcher. We should return a future as part of append to fix this

Also: rethink manual flushing. Currently, flushing will only happen automatically based on time, count, size, or closure

@daniel-sanche daniel-sanche added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Jun 26, 2023
@daniel-sanche daniel-sanche added this to the v3-beta milestone Jun 26, 2023
@daniel-sanche daniel-sanche self-assigned this Jun 26, 2023
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/python-bigtable API. label Jun 26, 2023
@daniel-sanche daniel-sanche modified the milestones: v3-GA, v3-future Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/python-bigtable API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant