Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chechiachang/kafka-playground
https://github.com/chechiachang/kafka-playground
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chechiachang/kafka-playground
- Owner: chechiachang
- Created: 2019-09-22T01:59:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T02:30:53.000Z (over 4 years ago)
- Last Synced: 2023-09-05T03:06:49.282Z (about 1 year ago)
- Language: Go
- Size: 3.08 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kafka
===Get-Started with helm/kafka-ha on kubernetes
# Get-Started
```
go get github.com/chechiachang/kafka-playground
cd ${GOPATH}/github.com/chechiachang/kafka-playground
```# Install
- [vagrant](vagrant)
- [docker-compose (confluent-kafka)](docker-compose)
- [helm (helm-kafka)](helm)```
wget https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.18.0/strimzi-cluster-operator-0.18.0.yaml
sed -i 's/namespace: .*/namespace: kafka/' strimzi-cluster-operator-0.18.0.yamlkubectl create ns kafka
kubectl -n kafka apply -f strimzi-cluster-operator-0.18.0.yaml
```# vagrant
# golang Client Example
```
vim client-go/main.go
```