v3: mutation batcher append returns future #815
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
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
The text was updated successfully, but these errors were encountered: