ruby-kafka 0.7.5.beta1 → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/lib/kafka/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af054c6ab2097ed1069b4875fab57e350a562467551a33f8ff46e6aeb2319dc3
|
4
|
+
data.tar.gz: cb72f7416f0a587bf506465c8c52144d82ae0b98c698250b87f0c178b2768cfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06ad099880c38bed87155117469f55cd2682d9b1e0fae9abc5b44aafa74acf55984db73a03861bb94e08585744139928d6859fb2a9ea93f21dcab6aa1f0ae9cb
|
7
|
+
data.tar.gz: '087d565a6ae886f053323a0c1f2222eaf63f044664544c614d30e0914f145d83a0a58369f9ee343828224b13fa76f54def52fe8cfd94e9773d4089bea62ad8e8'
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
Changes and additions to the library will be listed here.
|
4
4
|
|
5
5
|
## Unreleased
|
6
|
+
|
7
|
+
## 0.7.5
|
6
8
|
- Distribute partitions across consumer groups when there are few partitions per topic (#681)
|
7
9
|
- Fix an issue where a consumer would fail to fetch any messages (#689)
|
8
10
|
- Instrumentation for heartbeat event
|
data/lib/kafka/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-kafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.5
|
4
|
+
version: 0.7.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Schierbeck
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: digest-crc
|
@@ -446,9 +446,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
446
446
|
version: 2.1.0
|
447
447
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
448
448
|
requirements:
|
449
|
-
- - "
|
449
|
+
- - ">="
|
450
450
|
- !ruby/object:Gem::Version
|
451
|
-
version:
|
451
|
+
version: '0'
|
452
452
|
requirements: []
|
453
453
|
rubyforge_project:
|
454
454
|
rubygems_version: 2.7.6
|