confluentinc / confluentinc/kafka-tutorials
Update Confluent flavored tutorials Production section w/ a more thorough config for Confluent Cloud
Open
- Dominant language
- Java
- Stars
- 39
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
The current `Confluent` tutorials give a sparse configuration, like
```
bootstrap.servers=
key.serializer=org.apache.kafka.common.serialization.StringSerializer
value.serializer=org.apache.kafka.common.serialization.StringSerializer
acks=all
#Properties below this line are specific to code in this application
input.topic.name=
output.topic.name=
```
But this is missing example values for a valid production deployment _to confluent cloud_. This issue tracks updating the `Confluent` tutorials to provide the reader a better "stub" configuration file that contains required Confluent Cloud values.
Contributor guide
Assessment
This issue has not been assessed yet.