File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ If you don't already have a browser extension to pretty-print JSON and make link
11
11
To produce a message to a Kafka topic, send a GET request to the following endpoint:
12
12
13
13
```
14
- GET /producer/{topic}/{message}
14
+ https://kafka.do /producer/{topic}/{message}
15
15
```
16
16
17
17
#### Example request
18
18
19
19
```
20
- GET /producer/test-topic/hello-world
20
+ https://kafka.do /producer/test-topic/hello-world
21
21
```
22
22
23
23
#### Response
@@ -38,13 +38,13 @@ GET /producer/test-topic/hello-world
38
38
To consume a single message from a Kafka topic, send a GET request to the following endpoint:
39
39
40
40
```
41
- GET /consumer/{topic}
41
+ https://kafka.do /consumer/{topic}
42
42
```
43
43
44
44
#### Example request
45
45
46
46
```
47
- GET /consumer/test-topic
47
+ https://kafka.do /consumer/test-topic
48
48
```
49
49
50
50
#### Response
@@ -65,13 +65,13 @@ GET /consumer/test-topic
65
65
To set up a webhook for consuming messages from Kafka topics automatically, send a GET request to the following endpoint:
66
66
67
67
```
68
- GET /webhook/{topic}/{callback_url}
68
+ https://kafka.do /webhook/{topic}/{callback_url}
69
69
```
70
70
71
71
#### Example request
72
72
73
73
```
74
- GET /webhook/test-topic/https://yourapp.com/consume
74
+ https://kafka.do /webhook/test-topic/https://yourapp.com/consume
75
75
```
76
76
77
77
#### Response
@@ -112,7 +112,6 @@ Examples of error messages include:
112
112
113
113
1 . "Topic not found"
114
114
2 . "Invalid webhook URL"
115
- 3 . "Authentication failed"
116
115
117
116
## 🚀 We're Hiring!
118
117
You can’t perform that action at this time.
0 commit comments