You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SingleShardInfo represents a combination of one shard and one clusterId, while ShardInfo represents multiple shards and one clusterId.
Taking an example of where SingleShardInfo is used, for example creating a decoder:
Providing multiple shards would map to multiple pubsub topics, which is against the design of creating one decoder: one decoder maps to one pubsub topic
If we deprecate SingleShardInfo and use ShardInfo, this would break the design of creating a decoder
This is a change request
Problem
Both
ShardInfo
andSingleShardInfo
at the same time make experience confusing and prone to errors as they are not compatible with each other.Proposed Solutions
Use only
ShardInfo
.The text was updated successfully, but these errors were encountered: