Skip to content

Commit fb141ae

Browse files
authored
Add kafka client examples (#113)
* Add kafka client examples * update the license header * Add more go client examples * Port more examples * Add a README * Rename it to `confluent_go` * Reorganize the directory * Update the README
1 parent d76ffec commit fb141ae

File tree

57 files changed

+6614
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+6614
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44

55
# Overview
66

7-
This is a curated list of demos that showcase Apache Pulsar® messaging and event streaming capabilities.
7+
This is a curated list of demos that showcase StreamNative messaging and data streaming capabilities.
88

99
# Clients
1010

1111
- [PubSub Client Examples](clients/README.md)
1212

13-
# Cloud
13+
# StreamNative Cloud - Pulsar Clients
1414

15-
- [SteamNative Cloud Examples](cloud/README.md)
15+
- [SteamNative Cloud - Pulsar Client Examples](cloud/README.md)
16+
17+
# StreamNative Cloud - Kafka Clients
18+
19+
- [SteamNative Cloud - Kafka Client Examples](cloud_kafka/README.md)
1620

1721
# Flink
1822

cloud_kafka/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<img src="../images/streamnative-logo.png" width="250">
2+
3+
# StreamNative Cloud - Kafka Client Examples
4+
5+
- Go client examples using [confluent-kafka-go](https://github.com/confluentinc/confluent-kafka-go): [README](./confluent-kafka-go/README.md)
6+

0 commit comments

Comments
 (0)