Skip to content

Commit

Permalink
Merge pull request #28 from Nordstrom/update_plugin_dir
Browse files Browse the repository at this point in the history
Update plugin output directory
  • Loading branch information
dylanmei authored Jun 16, 2022
2 parents 7b2786e + 4837601 commit cc7ce2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,6 @@ services:
depends_on: [zookeeper]
logging: { driver: none }

schema-registry:
image: confluentinc/cp-schema-registry:6.0.1
hostname: schema-registry
ports:
- 8080:8080
environment:
- SCHEMA_REGISTRY_HOST_NAME=schema-registry
- SCHEMA_REGISTRY_LISTENERS=http://0.0.0.0:8080

- SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS=PLAINTEXT://broker:19092
- SCHEMA_REGISTRY_KAFKASTORE_TOPIC=_schemas
- SCHEMA_REGISTRY_KAFKASTORE_TOPIC_REPLICATION_FACTOR=1
- SCHEMA_REGISTRY_KAFKASTORE_TIMEOUT_MS=15000
depends_on: [broker]
logging: { driver: none }

# NB: run connect locally in stand-alone mode to debug
connect:
image: confluentinc/cp-kafka-connect:6.0.1
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<goal>shade</goal>
</goals>
<configuration>
<outputDirectory>target/plugin</outputDirectory>
<filters>
<filter>
<artifact>*:*</artifact>
Expand Down

0 comments on commit cc7ce2e

Please sign in to comment.