Skip to content

Commit

Permalink
[kafka] bumping kafka-python package version to 1.2.5.
Browse files Browse the repository at this point in the history
[kafka] OffsetRequest is now OffsetRequestPayload

[kafka] KafkaClient has changed location.
  • Loading branch information
truthbk committed Jul 26, 2016
1 parent 01b6704 commit c342f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions checks.d/kafka_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from collections import defaultdict

# 3p
from kafka.client import KafkaClient
from kafka.common import OffsetRequest
from kafka import KafkaClient
from kafka.common import OffsetRequestPayload as OffsetRequest
from kazoo.client import KazooClient
from kazoo.exceptions import NoNodeError

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pyro4==4.35 # required by adodbapi
httplib2==0.9

# checks.d/kafka_consumer.py
kafka-python==0.9.3
kafka-python==1.2.5

# checks.d/postgres.py
pg8000==1.10.1
Expand Down

0 comments on commit c342f50

Please sign in to comment.