This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-kafka
Code
Issues
Proposed changes
Files
1f6be11b0948cfaf27e88c2914b04a680a48f926
deb-python-kafka
/
kafka
/
consumer
History
Dana Powers
1f6be11b09
Merge pull request
#507
from dpkp/deprecation_warnings
...
Add DeprecationWarnings to legacy classes
2016-01-12 22:57:24 -08:00
..
__init__.py
Switch to new KafkaConsumer in module imports
2016-01-03 16:14:37 -08:00
base.py
Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, and KafkaConnection
2016-01-12 16:52:30 -08:00
fetcher.py
Attempt to pipeline fetchrequests in iterator
2016-01-12 14:41:22 -08:00
group.py
Sleep in KafkaConsumer iterator if no partition assignment; dont block in poll if no in-flight fetches
2016-01-12 15:39:48 -08:00
multiprocess.py
Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, and KafkaConnection
2016-01-12 16:52:30 -08:00
simple.py
Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, and KafkaConnection
2016-01-12 16:52:30 -08:00
subscription_state.py
KAFKA-2978: consumer stops fetching when consumed and fetch positions get out of sync
2016-01-10 12:06:04 -08:00