beepbeep-3 icon indicating copy to clipboard operation
beepbeep-3 copied to clipboard

An event stream processor anyone can use

Results 21 beepbeep-3 issues
Sort by recently updated
recently updated
newest added

Actualy, when we want to create a Cumulate with a CumulativeFunction inside that process a sum of number, it's not possible to indicate that we want to start at "1",...

Most processors don't even increment these values. Let the few ones that use these variables manage them as their own fields.

optimization

Most processors in the tmf package return Variant as their input and output type. Indeed, the event type of a Fork is determined by the output type of the source...

enhancement

Applying a numeric function (at least subtraction, possibly others) to numbers large enough to overflow an int will fail. The following code should output 10.0 but actually outputs 0.0. ```...

When we used Maps.Get class, if we want to get values of a map (thanks to get methods) we can just put a String in this method. Indeed when we...

Currently, the `duplicate` method of the `GroupProcessor` class uses an object called the `CopyCrawler` to crawl and pipe processors in the copy like in the original. Crawling could be replaced...

enhancement

The name says it all. None of the existing CEP tools have this feature.

enhancement