This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Releases: keedio/flume-enrichment-interceptor-skeleton
Releases · keedio/flume-enrichment-interceptor-skeleton
Flume-enrichment-interceptor 0.2.3
Latest stable version 0.2.3:
- minor optimization #2, thanks to ruiqiliu
Fume-enrichment-interceptor 0.2.2
Latest stable version 0.2.2:
- Fix bug: exception due to concurrent modification when intercepted messages from multithread source are being processed. Map generated from 'applyRegexps' is being accesed concurrently. This bug is related with bug form 0.2.1, 'race condition due to a sychronization problem with regex maps.'
Affected: messages that were checked against regex for enriching.
Flume-enrichment-interceptor 0.2.1
Latest stable version 0.2.1:
-
Update flume core to 1.8.0.
-
Fix bug: map of regexps from captured named group was not properly working.
-
Fix bug: race condition when accessing map of regexps.
Support for not-named regexp groups and url-encoded regexp groups
v0.2.0 Support for not-named regexp groups and url-encoded regexp groups
cdh-5.4.5 compatible version
Jackson 2 library is not compatible with Cloudera CDH 5.4.5 (it comes with jackson 1)
Version 0.0.4
Fix for issue #1