Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7broker with node exporter #350

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions 01-test-namespace.yml

This file was deleted.

380 changes: 0 additions & 380 deletions cruise-control/11cruise-control-config.yml

This file was deleted.

25 changes: 0 additions & 25 deletions cruise-control/20kafka-broker-reporter-patch.yml

This file was deleted.

12 changes: 0 additions & 12 deletions cruise-control/40cruise-control-service.yml

This file was deleted.

51 changes: 0 additions & 51 deletions cruise-control/50cruise-control.yml

This file was deleted.

26 changes: 0 additions & 26 deletions cruise-control/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions cruise-control/topic-create.yml

This file was deleted.

5 changes: 0 additions & 5 deletions events-kube/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions events-kube/config.yml

This file was deleted.

47 changes: 0 additions & 47 deletions events-kube/events-kube-kafka.yml

This file was deleted.

39 changes: 0 additions & 39 deletions events-kube/rbac/cluster-events-watcher.yml

This file was deleted.

24 changes: 0 additions & 24 deletions events-kube/topic-create.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions kafka/Kustomization
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- 10broker-config.yml
- 20dns.yml
- 30bootstrap-service.yml
- 50kafka.yml
- broker-config.yml
- dns.yml
- bootstrap-service.yml
- kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: bootstrap
namespace: kafka
spec:
type: ClusterIP
ports:
- port: 9092
selector:
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion kafka/50kafka.yml → kafka/kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
matchLabels:
app: kafka
serviceName: "kafka"
replicas: 3
replicas: 7
updateStrategy:
type: RollingUpdate
podManagementPolicy: Parallel
Expand Down
8 changes: 2 additions & 6 deletions linkedin-burrow/burrow-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,17 @@ data:
servers=[ "zookeeper:2181" ]
timeout=6
root-path="/burrow"

[cluster.local]
class-name="kafka"
servers=[ "kafka-0.broker:9092", "kafka-1.broker:9092", "kafka-2.broker:9092" ]
servers=[ "bootstrap:9092" ]
topic-refresh=60
offset-refresh=30

[consumer.local]
class-name="kafka"
cluster="local"
servers=[ "kafka-0.broker:9092", "kafka-1.broker:9092", "kafka-2.broker:9092" ]
servers=[ "bootstrap:9092" ]
group-blacklist=""
group-whitelist=""

[consumer.local_zk]
class-name="kafka_zk"
cluster="local"
Expand All @@ -31,6 +28,5 @@ data:
zookeeper-timeout=30
group-blacklist=""
group-whitelist=""

[httpserver.default]
address=":8000"
File renamed without changes.
9 changes: 0 additions & 9 deletions native/distroless.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions native/kustomization.yaml

This file was deleted.

Loading