confluentinc / kafka-tutorials

Tutorials and Recipes for Apache Kafka
https://developer.confluent.io/tutorials
Apache License 2.0
16 stars 90 forks source link

Produce and consume messages to a topic in Confluent Cloud with Confluent Cloud CLI #186

Closed ybyzek closed 4 years ago

ybyzek commented 4 years ago

Options to consider for CCloud resources (even before produce/consume):

  1. User provides pre-existing broker endpoint & credentials
  2. KT instructs user to create cluster & credentials using CLI
  3. KT instructs user to use https://github.com/confluentinc/examples/blob/5.5.0-post/ccloud/ccloud-stack/README.md or
ybyzek commented 4 years ago

Let's use ccloud-stack (as being done for https://github.com/confluentinc/kafka-tutorials/issues/451

rspurgeon commented 4 years ago

@ybyzek I scheduled this work for myself for the week of Aug 31-Sep 3 if you agree that's an ok timeline . ?

ybyzek commented 4 years ago

@rspurgeon SGTM 👍

rspurgeon commented 4 years ago

Better late than never, PR available #565

ybyzek commented 4 years ago

Resolved by https://github.com/confluentinc/kafka-tutorials/pull/565, closing GH issue