We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9843ca1 commit cf4b887Copy full SHA for cf4b887
1 file changed
test/test_fetcher.py
@@ -14,8 +14,10 @@
14
import kafka.errors as Errors
15
from kafka.future import Future
16
from kafka.protocol.broker_api_versions import BROKER_API_VERSIONS
17
-from kafka.protocol.fetch import FetchRequest, FetchResponse
18
-from kafka.protocol.list_offsets import ListOffsetsResponse, OffsetResetStrategy
+from kafka.protocol.new.consumer import (
+ FetchRequest, FetchResponse,
19
+ ListOffsetsResponse, OffsetResetStrategy,
20
+)
21
from kafka.errors import (
22
StaleMetadata, NotLeaderForPartitionError,
23
UnknownTopicOrPartitionError, OffsetOutOfRangeError
0 commit comments