Skip to content

Commit

Permalink
ES-2037: Use corda-os-plugins image for create topic command
Browse files Browse the repository at this point in the history
  • Loading branch information
tlawson3 committed Mar 15, 2024
1 parent b819108 commit abf6286
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/combined-worker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@ services:
KAFKA_AUTO_CREATE_TOPICS_ENABLE: "true"

kafka-create-topics:
image: openjdk:17-jdk
image: corda-os-docker.software.r3.com/corda-os-plugins:5.2.0.0-RC02
depends_on:
- kafka
volumes:
- ${CORDA_CLI:-~/.corda/cli}:/opt/corda-cli
working_dir: /opt/corda-cli
command: [
"java",
"-jar",
"corda-cli.jar",
"topic",
"-b=kafka:29092",
"create",
Expand Down

0 comments on commit abf6286

Please sign in to comment.