Skip to content

Commit

Permalink
Merge pull request #2709 from DataDog/jaime/kafkabump
Browse files Browse the repository at this point in the history
[kafka] bumping kafka-python package version to 1.2.5.
  • Loading branch information
truthbk committed Aug 12, 2016
2 parents 4eb999d + c342f50 commit 6abedef
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 6abedef

Please sign in to comment.