Skip to content

Commit

Permalink
working example
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Jul 17, 2024
1 parent 78756d3 commit ee5e5b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions doc/source/examples/minikube.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ with the following commands:
sudo mv linux-amd64/helm /usr/local/bin/helm
sudo chmod +x /usr/local/bin/helm
.. code-block:: bash
:caption: add helm repositories
helm repo add bitnami https://charts.bitnami.com/bitnami
.. code-block:: bash
:caption: Configure and start minikube
Expand Down
16 changes: 11 additions & 5 deletions examples/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ connector:
level: DEBUG
input:
type: http_input
message_backlog_size: 150
message_backlog_size: 15000
collect_meta: True
metafield_name: "@metadata"
uvicorn_config:
Expand Down Expand Up @@ -45,15 +45,21 @@ connector:

## for additional configurations see: `https://github.com/bitnami/charts/blob/main/bitnami/kafka/values.yaml`
kafka:
listeners:
client:
protocol: PLAINTEXT
controller:
replicaCount: 1
replicaCount: 3
metrics:
jmx:
enabled: true
provision:
provisioning:
enabled: true
replicationFactor: 3
numPartitions: 10
topics:
- consumer
- producer
- name: consumer
- name: producer

logprep:
image:
Expand Down

0 comments on commit ee5e5b7

Please sign in to comment.