From commits-return-88-archive-asf-public=cust-asf.ponee.io@streampipes.apache.org Fri Dec 13 14:31:31 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id DA66F18067C for ; Fri, 13 Dec 2019 15:31:30 +0100 (CET) Received: (qmail 78321 invoked by uid 500); 13 Dec 2019 14:31:30 -0000 Mailing-List: contact commits-help@streampipes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streampipes.apache.org Delivered-To: mailing list commits@streampipes.apache.org Received: (qmail 78287 invoked by uid 99); 13 Dec 2019 14:31:30 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2019 14:31:30 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 12A6E8D811; Fri, 13 Dec 2019 14:31:29 +0000 (UTC) Date: Fri, 13 Dec 2019 14:31:30 +0000 To: "commits@streampipes.apache.org" Subject: [incubator-streampipes-installer] 01/02: removed reference to internal server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: wiener@apache.org In-Reply-To: <157624748983.14252.17351021061925494713@gitbox.apache.org> References: <157624748983.14252.17351021061925494713@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-streampipes-installer X-Git-Refname: refs/heads/dev X-Git-Reftype: branch X-Git-Rev: 82f7d44010424fbac87f40cc7039d8afa3a95695 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191213143130.12A6E8D811@gitbox.apache.org> 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 commit 82f7d44010424fbac87f40cc7039d8afa3a95695 Author: Patrick Wiener AuthorDate: Fri Dec 13 15:17:18 2019 +0100 removed reference to internal server --- cli/services/kafka/docker-compose.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/cli/services/kafka/docker-compose.yml b/cli/services/kafka/docker-compose.yml index c8e036b..a56e7ad 100644 --- a/cli/services/kafka/docker-compose.yml +++ b/cli/services/kafka/docker-compose.yml @@ -24,17 +24,10 @@ 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,EXTERNAL:PLAINTEXT - KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://:9092,OUTSIDE://localhost:9094,EXTERNAL://ipe-girlitz.fzi.de:9095 #(local, i.e. Single-Node with IDE + Docker) - KAFKA_LISTENERS: PLAINTEXT://:9092,OUTSIDE://:9094,EXTERNAL://:9095 + 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_LISTENERS: PLAINTEXT://:9092,OUTSIDE://:9094 KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT KAFKA_ADVERTISED_HOST_NAME: kafka KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181