Skip to content

Commit

Permalink
Small additions to the readme
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Mar 8, 2021
1 parent d2e36f9 commit fa9af3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ Features:
- View topics
- View configs
- Create/Delete topic
- Producing (randomized) messages
- Consuming messages
- Produce (randomized) messages
- Consume messages
- SASL/PLAIN, SASL/SCRAM-256, SASL/SCRAM-512 Authentication (Kafka 0.10+)

Planned features in no particular order:
- More administration features
- Make vscode-kafka extensible
- Improve consumer DSL
- Update configs

You might also find useful information in the [Online Documentation](https://github.com/jlandersen/vscode-kafka/blob/master/docs/README.md)
Expand Down Expand Up @@ -48,7 +50,7 @@ record content
PRODUCER non-keyed-json-message
topic: json-events
{
"type": "my_test_event"
"type": "my_test_event-{{random.number}}"
}
```

Expand Down

0 comments on commit fa9af3d

Please sign in to comment.