confluentinc / confluentinc/kafka-tutorials

Update Confluent flavored tutorials Production section w/ a more thorough config for Confluent Cloud

Open
#971 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.