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 5660298 commit e63deadCopy full SHA for e63dead
pkg/controller/registry/grpc/source.go
@@ -203,6 +203,11 @@ func (s *SourceStore) stateTimeout(state connectivity.State) time.Duration {
203
204
func (s *SourceStore) watch(ctx context.Context, key registry.CatalogKey, source SourceConn) {
205
state := source.ConnectionState
206
+
207
+ // Make initial connection
208
+ source.Conn.Connect()
209
210
+ // Periodically observe connection state change
211
for {
212
select {
213
case <-ctx.Done():
0 commit comments