You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/04/18 09:43:31 UTC

[incubator-streampipes-installer] branch dev updated: removed kafka rest from lite, full installer

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 805d241  removed kafka rest from lite, full installer
     new d4e7065  Merge branch 'dev' of https://github.com/apache/incubator-streampipes-installer into dev
805d241 is described below

commit 805d24149279e78f19acc5e495fa5124a9b52f4b
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Sat Apr 18 11:43:01 2020 +0200

    removed kafka rest from lite, full installer
---
 installer/templates/docker-compose.full.yml | 26 +-------------------------
 installer/templates/docker-compose.lite.yml | 26 +-------------------------
 2 files changed, 2 insertions(+), 50 deletions(-)

diff --git a/installer/templates/docker-compose.full.yml b/installer/templates/docker-compose.full.yml
index 5e87349..ded3a4a 100644
--- a/installer/templates/docker-compose.full.yml
+++ b/installer/templates/docker-compose.full.yml
@@ -70,16 +70,9 @@ services:
     depends_on:
       - zookeeper
     environment:
-      # TODO: change named listener to INSIDE once kafka connect is done
-      # KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: INSIDE:PLAINTEXT,OUTSIDE:PLAINTEXT
-      # KAFKA_ADVERTISED_LISTENERS: INSIDE://:9092,OUTSIDE://localhost:9094 #(local, i.e. Single-Node with IDE + Docker)
-      # KAFKA_LISTENERS: INSIDE://:9092,OUTSIDE://:9094
-      # KAFKA_INTER_BROKER_LISTENER_NAME: INSIDE
-      #
-      #
       # see: https://github.com/confluentinc/schema-registry/issues/648
       KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,OUTSIDE:PLAINTEXT
-      KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://:9092,OUTSIDE://localhost:9094 #(local, i.e. Single-Node with IDE + Docker)
+      KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://:9092,OUTSIDE://localhost:9094
       KAFKA_LISTENERS: PLAINTEXT://:9092,OUTSIDE://:9094
       KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
       KAFKA_ADVERTISED_HOST_NAME: kafka
@@ -93,19 +86,6 @@ services:
     networks:
       spnet:
 
-  kafka-rest:
-    image: confluentinc/cp-kafka-rest:5.2.3
-    ports:
-      - "8073:8082"
-    depends_on:
-      - zookeeper
-    environment:
-      - ZK_CONNECTION_STRING=zookeeper:2181
-      - KAFKA_REST_HOST_NAME=kafka-rest
-      - KAFKA_REST_ZOOKEEPER_CONNECT=zookeeper:2181
-    networks:
-      spnet:
-
   zookeeper:
     image: fogsyio/zookeeper:3.4.13
     ports:
@@ -116,10 +96,7 @@ services:
     networks:
       spnet:
 
-
-
 #### StreamPipes services
-
   backend:
     image: "${SP_DOCKER_REGISTRY}/backend:${SP_BACKEND_VERSION}"
     depends_on:
@@ -179,7 +156,6 @@ services:
 
 
 #### Lite version pipeline elements
-
   processors-filters-jvm:
     image: "${SP_DOCKER_REGISTRY}/processors-filters-jvm:${SP_PE_VERSION}"
     depends_on:
diff --git a/installer/templates/docker-compose.lite.yml b/installer/templates/docker-compose.lite.yml
index 46e8cc4..3e9ff89 100644
--- a/installer/templates/docker-compose.lite.yml
+++ b/installer/templates/docker-compose.lite.yml
@@ -70,16 +70,9 @@ services:
     depends_on:
       - zookeeper
     environment:
-      # TODO: change named listener to INSIDE (kafka-rest)
-      # KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: INSIDE:PLAINTEXT,OUTSIDE:PLAINTEXT
-      # KAFKA_ADVERTISED_LISTENERS: INSIDE://:9092,OUTSIDE://localhost:9094 #(local, i.e. Single-Node with IDE + Docker)
-      # KAFKA_LISTENERS: INSIDE://:9092,OUTSIDE://:9094
-      # KAFKA_INTER_BROKER_LISTENER_NAME: INSIDE
-      #
-      #
       # see: https://github.com/confluentinc/schema-registry/issues/648
       KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,OUTSIDE:PLAINTEXT
-      KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://:9092,OUTSIDE://localhost:9094 #(local, i.e. Single-Node with IDE + Docker)
+      KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://:9092,OUTSIDE://localhost:9094
       KAFKA_LISTENERS: PLAINTEXT://:9092,OUTSIDE://:9094
       KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
       KAFKA_ADVERTISED_HOST_NAME: kafka
@@ -93,19 +86,6 @@ services:
     networks:
       spnet:
 
-  kafka-rest:
-    image: confluentinc/cp-kafka-rest:5.2.3
-    ports:
-      - "8073:8082"
-    depends_on:
-      - zookeeper
-    environment:
-      - ZK_CONNECTION_STRING=zookeeper:2181
-      - KAFKA_REST_HOST_NAME=kafka-rest
-      - KAFKA_REST_ZOOKEEPER_CONNECT=zookeeper:2181
-    networks:
-      spnet:
-
   zookeeper:
     image: fogsyio/zookeeper:3.4.13
     ports:
@@ -133,10 +113,7 @@ services:
     networks:
       spnet:
 
-
-
 #### StreamPipes services
-
   backend:
     image: "${SP_DOCKER_REGISTRY}/backend:${SP_BACKEND_VERSION}"
     depends_on:
@@ -195,7 +172,6 @@ services:
 
 
 #### Lite version pipeline elements
-
   pipeline-elements-all-jvm:
     image: "${SP_DOCKER_REGISTRY}/pipeline-elements-all-jvm:${SP_PE_VERSION}"
     depends_on: