-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
Description
Lines 210 to 215 in 7175a50
| // TODO: create an array of global state supported connectors in constants | |
| globalStateSupportedConnector := connectorType == string(constants.Postgres) || connectorType == string(constants.MySQL) | |
| for namespace, newMetadatas := range newStreams.SelectedStreams { | |
| for _, newMetadata := range newMetadatas { | |
| streamID := fmt.Sprintf("%s.%s", namespace, newMetadata.StreamName) |