Skip to content

Commit 298f92f

Browse files
committed
Added todo
Signed-off-by: Jakob Haahr Taankvist <[email protected]>
1 parent 024aa7e commit 298f92f

File tree

1 file changed

+1
-0
lines changed
  • service/sharddistributor/store/etcd/executorstore

1 file changed

+1
-0
lines changed

service/sharddistributor/store/etcd/executorstore/etcdstore.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ func (s *executorStoreImpl) GetState(ctx context.Context, namespace string) (*st
248248
}, nil
249249
}
250250

251+
// TODO this is too naive we need to be more specific about what changes different components need to react to
251252
func (s *executorStoreImpl) Subscribe(ctx context.Context, namespace string) (<-chan int64, error) {
252253
revisionChan := make(chan int64, 1)
253254
watchPrefix := etcdkeys.BuildExecutorPrefix(s.prefix, namespace)

0 commit comments

Comments
 (0)