You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/11/17 09:00:45 UTC

[incubator-streampipes] 01/01: [STREAMPIPES-626] Update RocketMQ icons and add template for docker-compose files

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

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

commit d302769d027b42c0e3a6e215229e7fed3426a70b
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Nov 17 10:00:32 2022 +0100

    [STREAMPIPES-626] Update RocketMQ icons and add template for docker-compose files
---
 .../standalone/rocketmq/docker-compose.dev.yml     |  20 +++++++++++++
 .../deploy/standalone/rocketmq/docker-compose.yml  |  31 +++++++++++++++++++++
 .../icon.png                                       | Bin 45203 -> 12775 bytes
 .../icon.png                                       | Bin 45203 -> 12775 bytes
 4 files changed, 51 insertions(+)

diff --git a/installer/cli/deploy/standalone/rocketmq/docker-compose.dev.yml b/installer/cli/deploy/standalone/rocketmq/docker-compose.dev.yml
new file mode 100644
index 000000000..49460acc5
--- /dev/null
+++ b/installer/cli/deploy/standalone/rocketmq/docker-compose.dev.yml
@@ -0,0 +1,20 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+version: "3.4"
+services:
+  rocketmq:
+    ports:
+      - "5672:5672"
diff --git a/installer/cli/deploy/standalone/rocketmq/docker-compose.yml b/installer/cli/deploy/standalone/rocketmq/docker-compose.yml
new file mode 100644
index 000000000..f54f41790
--- /dev/null
+++ b/installer/cli/deploy/standalone/rocketmq/docker-compose.yml
@@ -0,0 +1,31 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+version: "3.4"
+services:
+  rocketmq:
+    image: apache/rocketmq
+
+    logging:
+      driver: "json-file"
+      options:
+        max-size: "1m"
+        max-file: "1"
+    networks:
+      spnet:
+
+networks:
+  spnet:
+    external: true
diff --git a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.protocol.stream.rocketmq/icon.png b/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.protocol.stream.rocketmq/icon.png
index 7a70ce718..d686bacff 100644
Binary files a/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.protocol.stream.rocketmq/icon.png and b/streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.protocol.stream.rocketmq/icon.png differ
diff --git a/streampipes-extensions/streampipes-sinks-brokers-jvm/src/main/resources/org.apache.streampipes.sinks.brokers.jvm.rocketmq/icon.png b/streampipes-extensions/streampipes-sinks-brokers-jvm/src/main/resources/org.apache.streampipes.sinks.brokers.jvm.rocketmq/icon.png
index 7a70ce718..d686bacff 100644
Binary files a/streampipes-extensions/streampipes-sinks-brokers-jvm/src/main/resources/org.apache.streampipes.sinks.brokers.jvm.rocketmq/icon.png and b/streampipes-extensions/streampipes-sinks-brokers-jvm/src/main/resources/org.apache.streampipes.sinks.brokers.jvm.rocketmq/icon.png differ