Closed
Description
Description
When run the examples/integration_test.py , i run into the error.
offsets = c.offsets_for_times(topic_partions_to_search, timeout=1.0)
AttributeError: 'cimpl.Consumer' object has no attribute 'offsets_for_times'
How to reproduce
Checklist
Please provide the following information:
python -c 'from confluent_kafka import version ; print(version())'
('0.11.0', 720896)