Skip to content

Commit

Permalink
Split kafka minimal install from rest
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Jul 18, 2024
1 parent 70878d4 commit 2f4c0c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions environments.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ environments:
- ../mods/disable_monitoring_logging.yaml
- ../mods/localdev.yaml
- ../mods/minimal.yaml
- ../mods/minimal_kafka.yaml
{{ end }}


Expand Down
10 changes: 0 additions & 10 deletions mods/minimal.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
kafka_num_brokers: 1

radar_s3_connector:
kafka_num_brokers: 1
# Todo make heap opts configurable!!! Is now locked at 3Gb!
kafkaHeapOpts: "-Xms128m -Xmx256m"
radar_output:
javaOpts: "-Xms128m -Xmx128m"
catalog_server:
kafka_num_brokers: 1
kafka_num_replication: 1
kafka_num_partitions: 1
cp_kafka:
heapOptions: "-Xms128M -Xmx512M"
configurationOverrides:
"offsets.topic.replication.factor": 1
cp_zookeeper:
servers: 1
heapOptions: "-Xms128M -Xmx128M"
cp_schema_registry:
heapOptions: "-Xms128M -Xmx128M"
Expand Down
9 changes: 9 additions & 0 deletions mods/minimal_kafka.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kafka_num_brokers: 1
catalog_server:
kafka_num_replication: 1
kafka_num_partitions: 1
cp_kafka:
configurationOverrides:
"offsets.topic.replication.factor": 1
cp_zookeeper:
servers: 1

0 comments on commit 2f4c0c7

Please sign in to comment.