Skip to content

Commit 8180030

Browse files
additional improvements (#16)
1 parent a41396c commit 8180030

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

docs/migration.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,12 @@ is a part of Kafka's java ecosystem, in SOC4Kafka it can be handled by setting `
5454
#### Reading SC4Kafka connector configuration
5555
When migrating from SC4Kafka to SOC4Kafka following commands may be useful:
5656

57-
**List active connectors**
58-
59-
curl http://localhost:8083/connectors
60-
61-
**Get SC4Kafka connector info**
62-
63-
`curl http://localhost:8083/connectors/<CONNECTOR_NAME>`
64-
65-
**Get SC4Kafka connector config info**
66-
67-
`curl http://localhost:8083/connectors/<CONNECTOR_NAME>/config`
68-
69-
**Get SC4Kafka connector task info**
70-
71-
`curl http://localhost:8083/connectors/<CONNECTOR_NAME>/tasks`
57+
| Action | curl Command | Description |
58+
|--------------------------------|----------------------------------------------------------------|----------------------------------------------|
59+
| 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 |
7263

7364

7465
## Migration examples:

0 commit comments

Comments
 (0)