You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| List active connectors |`curl http://localhost:8083/connectors`| Lists all active connectors |
60
+
| Get SC4Kafka connector info |`curl http://localhost:8083/connectors/<CONNECTOR_NAME>`| Retrieves information about the specified SC4Kafka connector |
61
+
| Get SC4Kafka connector config |`curl http://localhost:8083/connectors/<CONNECTOR_NAME>/config`| Retrieves configuration details of the specified SC4Kafka connector |
62
+
| Get SC4Kafka connector task info |`curl http://localhost:8083/connectors/<CONNECTOR_NAME>/tasks`| Retrieves task information for the specified SC4Kafka connector |
0 commit comments