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/09/09 09:37:13 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-173] remove outdated kafka rest env variables

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.git


The following commit(s) were added to refs/heads/dev by this push:
     new f9aaded  [STREAMPIPES-173] remove outdated kafka rest env variables
f9aaded is described below

commit f9aadedb575687055c133aafb784f6f0a9aec17d
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Sep 9 11:36:57 2020 +0200

    [STREAMPIPES-173] remove outdated kafka rest env variables
---
 streampipes-backend/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/streampipes-backend/pom.xml b/streampipes-backend/pom.xml
index 919aa69..e035bd5 100644
--- a/streampipes-backend/pom.xml
+++ b/streampipes-backend/pom.xml
@@ -92,8 +92,6 @@
                 <configuration>
                     <environmentVariables>
                         <SP_COUCHDB_HOST>localhost</SP_COUCHDB_HOST>
-                        <SP_KAFKA_REST_HOST>localhost</SP_KAFKA_REST_HOST>
-                        <SP_KAFKA_REST_PORT>8073</SP_KAFKA_REST_PORT>
                         <SP_BACKEND_HOST>localhost</SP_BACKEND_HOST>
                         <SP_INFLUX_HOST>localhost</SP_INFLUX_HOST>
                         <SP_INFLUX_PORT>8086</SP_INFLUX_PORT>