is not current version
Last Version 1.0.6

org.keedio.storm.bolt.filter:storm-filterregex-bolt 1.0.2

This bolt receives a byte array and search for regex patterns configured in propery file; if the message contains a whitelisted pattern then it's emitted to next bolt, other case the message is discarded. If configured, you can get the patterns group indicated.

Categories

Categories

ORM Data
GroupId

GroupId

org.keedio.storm.bolt.filter
ArtifactId

ArtifactId

storm-filterregex-bolt
Version

Version

1.0.2
Type

Type

jar

Download storm-filterregex-bolt 1.0.2


<!-- https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/ -->
<dependency>
    <groupId>org.keedio.storm.bolt.filter</groupId>
    <artifactId>storm-filterregex-bolt</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation 'org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.2'
// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation ("org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.2")
'org.keedio.storm.bolt.filter:storm-filterregex-bolt:jar:1.0.2'
<dependency org="org.keedio.storm.bolt.filter" name="storm-filterregex-bolt" rev="1.0.2">
  <artifact name="storm-filterregex-bolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keedio.storm.bolt.filter', module='storm-filterregex-bolt', version='1.0.2')
)
libraryDependencies += "org.keedio.storm.bolt.filter" % "storm-filterregex-bolt" % "1.0.2"
[org.keedio.storm.bolt.filter/storm-filterregex-bolt "1.0.2"]