Skip to content

Commit

Permalink
added schema-registry profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rkthtrifork committed Nov 6, 2023
1 parent 4106abe commit 3939472
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions docker-compose/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- kafka
- core
- full
- schema-registry

kafka:
image: ${DOCKER_REGISTRY-}cheetah-infrastructure-utils-kafka:strimzi-0.33.0-kafka-3.3.2-trifork-1.4.0
Expand Down Expand Up @@ -56,6 +57,7 @@ services:
- kafka
- core
- full
- schema-registry

kafka-setup:
image: quay.io/strimzi/kafka:0.33.2-kafka-3.3.2
Expand All @@ -77,6 +79,7 @@ services:
KAFKA_ZOOKEEPER_CONNECT: ignored
KAFKA_TOPICS: ${INITIAL_KAFKA_TOPICS}
profiles:
- schema-registry
- kafka
- full

Expand Down Expand Up @@ -175,6 +178,7 @@ services:
timeout: 10s
retries: 10
profiles:
- schema-registry
- kafka
- full

Expand Down
1 change: 1 addition & 0 deletions docker-compose/oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- kafka
- core
- full
- schema-registry

# Not enabled by default
cheetah.oauth.simulator.https:
Expand Down
20 changes: 10 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ You can choose to set `DISABLE_SECURITY_DASHBOARDS_PLUGIN=true` and `DISABLE_SEC

Here is further explanation on what each profile starts.

| Images / profiles | full | core | kafka | opensearch | observability |
| :------------------: | :---: | :---: | :---: | :--------: | :-----------: |
| Kafka | x | x | x | | |
| OAuth simulator | x | x | x | x | |
| Redpanda console | x | | x | | |
| Schema registry | x | x | x | | |
| Opensearch | x | x | | x | |
| Opensearch dashboard | x | | | x | |
| Prometheus | x | | | | x |
| Grafana | x | | | | x |
| Images / profiles | full | core | kafka | opensearch | observability | schema-registry |
| :------------------: | :---: | :---: | :---: | :--------: | :-----------: | :-------------: |
| Kafka | x | x | x | | | x |
| OAuth simulator | x | x | x | x | | x |
| Redpanda console | x | | x | | | |
| Schema registry | x | x | x | | | x |
| Opensearch | x | x | | x | | |
| Opensearch dashboard | x | | | x | | |
| Prometheus | x | | | | x | |
| Grafana | x | | | | x | |

0 comments on commit 3939472

Please sign in to comment.