Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kafka_consumer] Bump vendored kazoo to 2.6.0 #2729

Merged
merged 3 commits into from
Dec 12, 2018
Merged

[kafka_consumer] Bump vendored kazoo to 2.6.0 #2729

merged 3 commits into from
Dec 12, 2018

Conversation

jeffwidman
Copy link
Contributor

This fixes a number of issues, including handling backoff/jitter better:
python-zk/kazoo#521

Note:
#2728 should be merged first, to avoid merge conflicts.

This bumps to 1.4.4 which added the new `KafkaAdminClient` which we need
in order to make `monitor_unlisted_consumer_groups` work for consumer
offsets stored in Kafka.

It also comes in handy since it will let us remove a bunch of code from
the existing `KafkaCheck` and just rely on upstream.
This fixes a number of issues, including handling backoff/jitter better:
python-zk/kazoo#521
@codecov-io
Copy link

Codecov Report

Merging #2729 into master will decrease coverage by 6.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2729      +/-   ##
==========================================
- Coverage   84.64%   78.61%   -6.04%     
==========================================
  Files         663        8     -655     
  Lines       37574      519   -37055     
  Branches     4518      110    -4408     
==========================================
- Hits        31804      408   -31396     
+ Misses       4433       79    -4354     
+ Partials     1337       32    -1305

@jeffwidman jeffwidman changed the title Bump vendored kazoo to 2.6.0 [kafka_consumer] Bump vendored kazoo to 2.6.0 Dec 12, 2018
@ofek ofek merged commit 4019c2b into DataDog:master Dec 12, 2018
@jeffwidman jeffwidman deleted the bump-vendored-kazoo-to-2.6.0 branch December 12, 2018 22:10
nmuesch pushed a commit that referenced this pull request Dec 14, 2018
* Bump kafka-python to 1.4.4

This bumps to 1.4.4 which added the new `KafkaAdminClient` which we need
in order to make `monitor_unlisted_consumer_groups` work for consumer
offsets stored in Kafka.

It also comes in handy since it will let us remove a bunch of code from
the existing `KafkaCheck` and just rely on upstream.

* Bump vendored kazoo to 2.6.0

This fixes a number of issues, including handling backoff/jitter better:
python-zk/kazoo#521
@masci masci mentioned this pull request Dec 17, 2018
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants