Skip to content

Commit

Permalink
Update README with latest Kafka & EL versions and fix encoding warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamhakobyan committed Jun 23, 2015
1 parent 4e6c0cb commit 5a7e77a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The bulk size (the number of messages to be indexed in one request) and concurre
The Kafka River also supports consuming messages from multiple Kafka brokers and multiple partitions.

The plugin uses the latest Kafka and Elasticsearch version.
* Kafka version 0.8.1.1
* Elasticsearch version 1.4.0
* Kafka version 0.8.2.1
* Elasticsearch version 1.6.0

The plugin is periodically updated, if there are newer versions of any dependencies.
It is available in the [ElasticSearch's official website](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-plugins.html).
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${version.maven.failsafe.plugin}</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 5a7e77a

Please sign in to comment.