-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
Labels
type/developmentThe issue belongs to a development tasksThe issue belongs to a development tasks
Description
Development Task
There are some similar code with etcd watch loop:
pd/pkg/tso/keyspace_group_manager.go
Line 463 in 400e3bd
func (kgm *KeyspaceGroupManager) watchKeyspaceGroupsMetaChange(revision int64) (int64, error) { pd/pkg/keyspace/tso_keyspace_group.go
Line 299 in 400e3bd
func (m *GroupManager) watchServiceAddrs(ctx context.Context, revision int64) (int64, error) { Line 1772 in 400e3bd
func (s *Server) watchServicePrimaryAddr(ctx context.Context, serviceName string, revision int64) (nextRevision int64, err error) { Line 72 in 400e3bd
func (s *KeyspaceServer) WatchKeyspaces(request *keyspacepb.WatchKeyspacesRequest, stream keyspacepb.Keyspace_WatchKeyspacesServer) error {
Metadata
Metadata
Assignees
Labels
type/developmentThe issue belongs to a development tasksThe issue belongs to a development tasks