Re: Implement IgniteZeromqStreamer to stream data from ZeroMQ

2017-02-17 Thread Roman Shtykh
Sure, I will have a look in a couple of days.Maxim, thank you for the PR! Roman On Friday, February 17, 2017 12:39 AM, Denis Magda wrote: Roman, As the most experienced committer of the streaming components, could you do the review of Maxim’s changes? — Denis > On Feb 16, 2017, at 1

Re: Implement IgniteZeromqStreamer to stream data from ZeroMQ

2017-02-16 Thread Denis Magda
Roman, As the most experienced committer of the streaming components, could you do the review of Maxim’s changes? — Denis > On Feb 16, 2017, at 1:23 AM, Kozlov Maxim wrote: > > Hello Igniters, > > Please review and comment implementation ZeroMQ streamer. > PR: https://github.com/apache/ignit

Implement IgniteZeromqStreamer to stream data from ZeroMQ

2017-02-16 Thread Kozlov Maxim
Hello Igniters, Please review and comment implementation ZeroMQ streamer. PR: https://github.com/apache/ignite/pull/1532 Jira: https://issues.apache.org/jira/browse/IGNITE-533 -- Best Regards, Max K

[IGNITE-533] Implement IgniteZeromqStreamer to stream data from ZeroMQ

2016-04-21 Thread chandresh pancholi
Hi, I have picked IGNITE-533 for contribution. ZeroMq Supports 4 type of message patterns 1.PAIR 2.Client Server 3.Publisher subscriber 4.Push Pull In Ignite streamer we have implemented Producer-Consumer in kafka and Spout-Bolt in storm. I am planning to implement Pub-Sub message pattern with Z