Skip to content

Commit

Permalink
Emitter upgrade from 0.4.0 to 0.4.1 (#52)
Browse files Browse the repository at this point in the history
The compression was added to the new emitter 0.4.1.
This code change allows to use this feature to reduce emitter traffic.
You can turn it on by passing the following property into properties
druid.emitter.http.contentEncoding=GZIP
  • Loading branch information
esevastyanov authored and leventov committed Feb 28, 2017
1 parent fcee791 commit 6fc2c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.metamx</groupId>
<artifactId>emitter</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>com.metamx</groupId>
Expand Down

0 comments on commit 6fc2c71

Please sign in to comment.