confluentinc / confluentinc/vscode
Create new message file in user workspace on produce to topic
Open
message producing
- Dominant language
- TypeScript
- Stars
- 34
- Forks
- 17
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
Basic file editor body, file extension `*.confluent.kafka.json` to be populated based on the Topic item it was originally called from:
```json
{
"produce_config": {
"cluster_id": "abc",
"topic_name": "xyz",
},
"headers": [
],
"key": {
},
"value": {
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.