Skip to content

Commit 40e54fc

Browse files
authored
Update README.md
1 parent 5845ee1 commit 40e54fc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ If you don't already have a browser extension to pretty-print JSON and make link
1111
To produce a message to a Kafka topic, send a GET request to the following endpoint:
1212

1313
```
14-
GET /producer/{topic}/{message}
14+
https://kafka.do/producer/{topic}/{message}
1515
```
1616

1717
#### Example request
1818

1919
```
20-
GET /producer/test-topic/hello-world
20+
https://kafka.do/producer/test-topic/hello-world
2121
```
2222

2323
#### Response
@@ -38,13 +38,13 @@ GET /producer/test-topic/hello-world
3838
To consume a single message from a Kafka topic, send a GET request to the following endpoint:
3939

4040
```
41-
GET /consumer/{topic}
41+
https://kafka.do/consumer/{topic}
4242
```
4343

4444
#### Example request
4545

4646
```
47-
GET /consumer/test-topic
47+
https://kafka.do/consumer/test-topic
4848
```
4949

5050
#### Response
@@ -65,13 +65,13 @@ GET /consumer/test-topic
6565
To set up a webhook for consuming messages from Kafka topics automatically, send a GET request to the following endpoint:
6666

6767
```
68-
GET /webhook/{topic}/{callback_url}
68+
https://kafka.do/webhook/{topic}/{callback_url}
6969
```
7070

7171
#### Example request
7272

7373
```
74-
GET /webhook/test-topic/https://yourapp.com/consume
74+
https://kafka.do/webhook/test-topic/https://yourapp.com/consume
7575
```
7676

7777
#### Response
@@ -112,7 +112,6 @@ Examples of error messages include:
112112

113113
1. "Topic not found"
114114
2. "Invalid webhook URL"
115-
3. "Authentication failed"
116115

117116
## 🚀 We're Hiring!
118117

0 commit comments

Comments
 (0)