Refactor streaming of table rows and remove through2 dependency #708
Labels
api: bigtable
Issues related to the googleapis/nodejs-bigtable API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
The code for table.ts is a bit complicated and can likely be streamlined. In order to retry, we nest two streams.
It is likely worth removing the two instances of through and subclassing stream. This should help to shutdown on termination and not attempt writes past that point.
This also will remove dependencies on
through2
andreadable-stream
The text was updated successfully, but these errors were encountered: