Re: Complex Event Processing Using Ignite Streaming

2019-09-17 Thread Ignite Enthusiast
Anyone  ?? On Wednesday, September 11, 2019, 3:29:32 PM GMT+5:30, Ignite Enthusiast wrote: I am trying to build a CEP where a Complex event needs to be generated on a set of input events (3 Chassis hot events) over a specified time window (10 seconds, for eg) and I am trying

Complex Event Processing Using Ignite Streaming

2019-09-11 Thread Ignite Enthusiast
I am trying to build a CEP where a Complex event needs to be generated on a set of input events (3 Chassis hot events) over a specified time window (10 seconds, for eg) and I am trying to evaluate Apache Ignite for this. Are there any examples of how to do Complex Event Processing using Ignite? 

Ignite Persistence

2019-01-01 Thread Ignite Enthusiast
Question on Ignite Persistence: On a deployed Ignite (3 node) cluster, I see one one node being taken out of the cluster because it encounters GC Pauses. Worse, when this node leaves the cluster, a Rebalance is initiated (and re-initiated when the node joins back). Note: Data that Ignite Cluster

Does ignite provide a Comparator for Sort?

2018-10-31 Thread Ignite Enthusiast
I am new to Apache ignite.  I have used HAzelcast extensively and one of the features I really liked about it is the Comparator that it provides on the Cache Entries. Does Apache Ignite have one readily available? If not, is it in the works?