confluentinc / confluentinc/kafka-tutorials
recipe typos / consistency fixes
- Dominant language
- Java
- Stars
- 39
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
- need comma after mq.password in connector: https://developer.confluent.io/tutorials/mainframe-offload/confluent.html
- connector config formatting (colon to =): https://github.com/confluentinc/frontend-vault/blob/master/packages/cloud/src/constants/checklist-configs-v2/ksql-recipes/online-dating.js#L62-L67
- comma after kafka.topic: https://developer.confluent.io/tutorials/messaging-modernization/confluent.html
- topic name should match case, i.e. lowercase TOPIC-OPERATIONS-AUDIT-LOG: https://developer.confluent.io/tutorials/audit-logs/confluent.html
- remove name from all CREATE CONNECTOR statements since they wont be used, e.g. here: https://developer.confluent.io/tutorials/mainframe-offload/confluent.html
Contributor guide
Assessment
This issue has not been assessed yet.