From 513845de615137cb271632f6fc6f8066e5c90710 Mon Sep 17 00:00:00 2001 From: Robin Moffatt Date: Thu, 3 Mar 2022 11:43:08 +0000 Subject: [PATCH] Add some links out to Confluent Developer --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d755190ca..3ac84e960 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ for the balanced consumer groups of Apache Kafka 0.9 and above. See the [API documentation](http://docs.confluent.io/current/clients/confluent-kafka-go/index.html) for more information. +For a step-by-step guide on using the client see [Getting Started with Apache Kafka and Golang](https://developer.confluent.io/get-started/go/). + + Examples ======== @@ -319,3 +322,8 @@ See [kafka/README](kafka/README.md) Contributions to the code, examples, documentation, et.al, are very much appreciated. Make your changes, run `gofmt`, tests, etc, push your branch, create a PR, and [sign the CLA](http://clabot.confluent.io/cla). + +Confluent Cloud +=============== + +For a step-by-step guide on using the Golang client with Confluent Cloud see [Getting Started with Apache Kafka and Golang](https://developer.confluent.io/get-started/go/) on [Confluent Developer](https://developer.confluent.io/).