Skip to content

Commit

Permalink
Change structure, move customers to Avro, various tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Mar 5, 2019
1 parent d6b59b1 commit cec0c09
Show file tree
Hide file tree
Showing 6 changed files with 394 additions and 427 deletions.
13 changes: 13 additions & 0 deletions ksql-workshop/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,19 @@ services:
KSQL_KSQL_SCHEMA_REGISTRY_URL: http://schema-registry:8081
KSQL_KSQL_SERVICE_ID: confluent_rmoff_01

ksql-cli:
image: confluentinc/cp-ksql-cli:5.1.0
depends_on:
- ksql-server
entrypoint: /bin/sh
tty: true

kafkacat:
image: confluentinc/cp-kafkacat:latest
depends_on:
- kafka
entrypoint: sleep infinity

# Runs the Kafka KSQL data generator for ratings
datagen-ratings:
image: confluentinc/ksql-examples:5.1.0
Expand Down
Loading

0 comments on commit cec0c09

Please sign in to comment.