We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14daf60 commit 239c565Copy full SHA for 239c565
1 file changed
google/cloud/bigtable/internal/data_connection_impl.h
@@ -36,6 +36,8 @@ namespace cloud {
36
namespace bigtable_internal {
37
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
38
39
+// TODO(#16216): Remove this option in favor of addind a member variable to
40
+// store the instances.
41
struct InstanceChannelAffinityOption {
42
using Type = std::vector<bigtable::InstanceResource>;
43
};
0 commit comments