Skip to content

Commit

Permalink
fix(cli): add kafka demo services to installer (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed Aug 30, 2023
1 parent 1093d04 commit 68db0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/installer/docker_compose.go
Expand Up @@ -106,7 +106,7 @@ func getDockerComposeFileContents(ui cliUI.UI, config configuration) []byte {
include := []string{"tracetest", "postgres"}

if config.Bool("demo.enable.pokeshop") {
include = append(include, "cache", "queue", "demo-api", "demo-worker", "demo-rpc", "otel-collector")
include = append(include, "cache", "queue", "stream", "demo-api", "demo-worker", "demo-rpc", "demo-streaming-worker", "otel-collector")
}

// filter and update project
Expand Down

0 comments on commit 68db0b5

Please sign in to comment.