Change batch mode - read all the queue each second (drainTo)
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -4,8 +4,12 @@
|
||||
<artifactId>logParser</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>logParser</name>
|
||||
<description>logParser - send data to influxdb</description>
|
||||
|
||||
<description>logParser - send data to influxdb</description>
|
||||
<properties>
|
||||
<maven.compiler.source>1.7</maven.compiler.source>
|
||||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-cli</groupId>
|
||||
|
||||
Reference in New Issue
Block a user