Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-lippert authored Aug 14, 2023
1 parent 5b9f648 commit 6f0abd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ https://kafka.do/producer/test-topic/hello-world

```json
{
...
"topic": "test-topic",
"message": "hello-world",
"offset": 42
Expand All @@ -49,7 +48,6 @@ https://kafka.do/consumer/test-topic

```json
{
...
"topic": "test-topic",
"message": "hello-world",
"offset": 42
Expand All @@ -74,7 +72,6 @@ https://kafka.do/webhook/test-topic/https://yourapp.com/consume

```json
{
...
"topic": "test-topic",
"callback_url": "https://yourapp.com/consume",
"webhook_id": "webhook_12345"
Expand All @@ -97,7 +94,6 @@ In case of an error, the response will contain an `error` message describing the

```json
{
...
"error": "Error message"
}
```
Expand Down

0 comments on commit 6f0abd6

Please sign in to comment.