diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2019-06-19 13:20:17 -0700 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2019-06-19 14:31:42 -0700 |
commit | 6ec074b9e2430d783a43cdf002dc410eedb27f2d (patch) | |
tree | 30356d582e6e88467e7b86ed514f57efd215a73c /example.py | |
parent | f126e5bfcc8f41ee5ea29b41ec6eabbc3f441647 (diff) | |
download | kafka-python-break-consumer-operations-into-request-response-methods.tar.gz |
Break consumer operations into request / response methodsbreak-consumer-operations-into-request-response-methods
This breaks some of the consumer operations into request generation /
response parsing methods.
The public API does not change. However, this allows power users who are
willing to deal with risk of private methods changing under their feet
to decouple generating the message futures from processing their
responses. In other words, you can use these to fire a bunch of request
at once and delay processing the responses until all requests are fired.
Diffstat (limited to 'example.py')
0 files changed, 0 insertions, 0 deletions