You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/02/20 20:05:53 UTC

[GitHub] [ignite-extensions] Mikhail1988 commented on a change in pull request #5: IGNITE-12358 Migrate ZeroMQ module to ignite-extensions

Mikhail1988 commented on a change in pull request #5: IGNITE-12358 Migrate ZeroMQ module to ignite-extensions
URL: https://github.com/apache/ignite-extensions/pull/5#discussion_r382228780
 
 

 ##########
 File path: modules/zeromq-ext/README.txt
 ##########
 @@ -0,0 +1,37 @@
+Apache Ignite ZeroMQ Streamer Module
+------------------------
+
+Apache Ignite ZeroMQ Streamer module provides streaming from ZeroMQ to Ignite cache.
+
+Starting data transfer to Ignite cache can be done with the following steps.
+
+1. Import Ignite ZeroMQ Streamer Module In Maven Project
+
+If you are using Maven to manage dependencies of your project, you can add ZeroMQ module
+dependency like this (replace '${ignite.version}' with actual Ignite version you are
+interested in):
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                        http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    ...
+    <dependencies>
+        ...
+        <dependency>
+            <groupId>org.apache.ignite</groupId>
+            <artifactId>ignite-zeromq</artifactId>
+            <version>${ignite.version}</version>
+        </dependency>
+        ...
+    </dependencies>
 
 Review comment:
   it's not true anymore and needs to be fixed.
   but I like idea to match extension version and ignite version, so let's replace 1.0.0-SNAPSHOT with ignite version 2.9.0-SNAPSHOT.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services