Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Extract kafka-streams-examples into own repo (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayars committed Aug 30, 2017
1 parent e663350 commit df0091f
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 973 deletions.
8 changes: 2 additions & 6 deletions Makefile
Expand Up @@ -12,7 +12,7 @@ CONFLUENT_VERSION ?= ${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}.${CON

KAFKA_VERSION ?= 0.11.0.1

COMPONENTS := base zookeeper kafka kafka-rest schema-registry kafka-connect-base kafka-connect enterprise-control-center kafkacat enterprise-replicator enterprise-kafka kafka-streams-examples
COMPONENTS := base zookeeper kafka kafka-rest schema-registry kafka-connect-base kafka-connect enterprise-control-center kafkacat enterprise-replicator enterprise-kafka
COMMIT_ID := $(shell git rev-parse --short HEAD)
MYSQL_DRIVER_VERSION := 5.1.39

Expand Down Expand Up @@ -155,9 +155,6 @@ test-enterprise-kafka: venv clean-containers build-debian build-test-images
test-control-center: venv clean-containers build-debian build-test-images
IMAGE_DIR=$(pwd) venv/bin/py.test tests/test_control_center.py -v

test-kafka-streams-examples: venv clean-containers build-debian build-test-images
IMAGE_DIR=$(pwd) venv/bin/py.test tests/test_kafka_streams_examples.py -v

test-all: \
venv \
clean \
Expand All @@ -171,5 +168,4 @@ test-all: \
test-enterprise-replicator \
test-schema-registry \
test-kafka-rest \
test-control-center \
test-kafka-streams-examples
test-control-center
3 changes: 0 additions & 3 deletions bin/build-debian
Expand Up @@ -6,9 +6,6 @@ for component in ${COMPONENTS} ; do
if [ "${component}" = "base" ]; then
BUILD_ARGS="--build-arg ALLOW_UNSIGNED=${ALLOW_UNSIGNED} --build-arg CONFLUENT_PACKAGES_REPO=${CONFLUENT_PACKAGES_REPO} --build-arg CONFLUENT_MVN_LABEL=${CONFLUENT_MVN_LABEL}"

elif [ "${component}" = "kafka-streams-examples" ]; then
BUILD_ARGS="--build-arg CONFLUENT_MVN_LABEL=${CONFLUENT_MVN_LABEL}"

else
BUILD_ARGS=""
fi
Expand Down
77 changes: 0 additions & 77 deletions debian/kafka-streams-examples/Dockerfile

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions debian/kafka-streams-examples/include/etc/confluent/docker/ensure

This file was deleted.

28 changes: 0 additions & 28 deletions debian/kafka-streams-examples/include/etc/confluent/docker/launch

This file was deleted.

35 changes: 0 additions & 35 deletions debian/kafka-streams-examples/include/etc/confluent/docker/run

This file was deleted.

0 comments on commit df0091f

Please sign in to comment.