-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
replicator/pkg/estuary/mongo.go
Lines 34 to 39 in da070a2
| err = client.Ping(context.TODO(), nil) | |
| if err != nil { | |
| log.Error().Err(err).Msg("connection ping failure") | |
| } | |
| fmt.Println("Connected to MongoDB!") |