Kafkastreams Cep Versions Save

Complex Event Processing on top of Kafka Streams

1.0.0

6 years ago

Changelog

Features

9ca04d2 Add support for defining a number of occurrences for a pattern (#16) b3cef98 Add support for optional pattern (#20) 4c88b43 Allow to combine two matchers with a logical operator OR e675114 Refactor Matcher API to give access to previous matching events (#17) bc51274 Enrich Selected API to select events coming from a specific topic only (#15) e0b934f Add better support of SkipTillAnyMatch selection strategy (#14) bf4f872 Update kafka to version 1.1.0 and refactor tests (#6) d0dd0fb Add support to match sequence per record key (#7) ceed9cc Add support for kafka 1.0.0 (#2)

Improvements

800feb3 Update README with Pattern API (#11)

Fixes

efdd07a Handle invalid pattern (#18) 89794dc Aggragtes are not copied when a new sequence branch is created (#19) d9bdb8d Fix regression - records already consumed should be ignored 946042e Fix NPE while processing key null (#13) 365c900 Fix StackOverflowException on Stage#toString method (#8)