Sha256: 1cd5c4890f02b45dd8f634aafb53cdcae99f7b2a778582117fabf309ea7798bb

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# 3.0.0.beta4
 - Internal: Use jar dependency
 - Fixed issue with snappy compression

# 3.0.0.beta3 and 3.0.0.beta4
 - Internal: Update gemspec dependency

# 3.0.0.beta2
 - internal: Use jar dependencies library instead of manually downloading jars
 - Fixes "java.lang.ClassNotFoundException: org.xerial.snappy.SnappyOutputStream" issue (#50)

# 3.0.0.beta2
 - Added SSL/TLS connection support to Kafka
 - Breaking: Changed default codec to plain instead of SSL. Json codec is really slow when used 
   with inputs because inputs by default are single threaded. This makes it a bad
   first user experience. Plain codec is a much better default.

# 3.0.0.beta1
 - Refactor to use new Java based consumer, bypassing jruby-kafka
 - Breaking: Change configuration to match Kafka's configuration. This version is not backward compatible

## 2.0.0
 - Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, 
   instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
 - Dependency on logstash-core update to 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-input-kafka-3.0.0.beta5 CHANGELOG.md