We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef5cb5 commit 6406747Copy full SHA for 6406747
kafka/producer/base.py
@@ -15,7 +15,7 @@
15
import six
16
17
from kafka.common import (
18
- ProduceRequest, TopicAndPartition, RetryOptions,
+ ProduceRequest, ProduceResponse, TopicAndPartition, RetryOptions,
19
kafka_errors, UnsupportedCodecError, FailedPayloadsError,
20
RequestTimedOutError, AsyncProducerQueueFull, UnknownError
21
)
0 commit comments