DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Status
Current state: Adopted.
Discussion thread: here
Vote thread: here
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
$ curl -s 'http://localhost:8083/connectorconnectors/some-source/topics' | jq { "some-source": { "topics": [ "foo", "bar", "baz", ] } } $ |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
$ curl -X PUT -s 'http://localhost:8083/connectorconnectors/some-source/topics/reset' | jq $ |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
$ curl -X PUT -s 'http://localhost:8083/connectorconnectors/some-source/topics/reset' | jq { "error_code": 403, "message": "Topic tracking reset is disabled" } $ |
...