Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Releases: keedio/flume-enrichment-interceptor-skeleton

Flume-enrichment-interceptor 0.2.3

11 Sep 14:50
Compare
Choose a tag to compare

Latest stable version 0.2.3:

  • minor optimization #2, thanks to ruiqiliu

Fume-enrichment-interceptor 0.2.2

14 Jun 08:37
Compare
Choose a tag to compare

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

30 May 15:04
Compare
Choose a tag to compare

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

02 Feb 16:57
Compare
Choose a tag to compare
v0.2.0

Support for not-named regexp groups and url-encoded regexp groups

cdh-5.4.5 compatible version

29 Jan 15:34
Compare
Choose a tag to compare

Jackson 2 library is not compatible with Cloudera CDH 5.4.5 (it comes with jackson 1)

Version 0.0.4

14 Apr 14:06
Compare
Choose a tag to compare

Fix for issue #1