google-cloud-cpp
google-cloud-cpp copied to clipboard
Deprecate and remove `AsyncRowReader` from the public API
The public part of this class is just one static variable. https://github.com/googleapis/google-cloud-cpp/blob/a24af94a2e973750f5d74cdc00e967e1b8f7e78c/google/cloud/bigtable/async_row_reader.h#L47-L57
I think we should just deprecate it and point customers to RowReader::NO_ROWS_LIMIT.
https://github.com/googleapis/google-cloud-cpp/blob/a24af94a2e973750f5d74cdc00e967e1b8f7e78c/google/cloud/bigtable/row_reader.h#L58
(The AsyncRowReader implementation gets moved into bigtable/internal/async_row_reader.h)
These are deprecated, scheduled for removal around 2023-07.