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/11/13 15:27:31 UTC

[incubator-streampipes] branch STREAMPIPES-252 updated: [STREAMPIPES-252] add SP_PRIORITIZED_PROTOCOL to .idea run config

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

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


The following commit(s) were added to refs/heads/STREAMPIPES-252 by this push:
     new 2c4324f  [STREAMPIPES-252] add SP_PRIORITIZED_PROTOCOL to .idea run config
2c4324f is described below

commit 2c4324fa927cd6eef6478cfe407e727693132da9
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Fri Nov 13 16:27:18 2020 +0100

    [STREAMPIPES-252] add SP_PRIORITIZED_PROTOCOL to .idea run config
---
 .idea/runConfigurations/backend.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.idea/runConfigurations/backend.xml b/.idea/runConfigurations/backend.xml
index 7119d5c..6aff7f0 100644
--- a/.idea/runConfigurations/backend.xml
+++ b/.idea/runConfigurations/backend.xml
@@ -10,6 +10,7 @@
       <env name="SP_INFLUX_PORT" value="8086" />
       <env name="SP_JMS_HOST" value="localhost" />
       <env name="SP_DEBUG" value="true " />
+      <env name="SP_PRIORITIZED_PROTOCOL" value="kafka" />
     </envs>
     <method v="2">
       <option name="Make" enabled="true" />