Skip to content

Commit ebef521

Browse files
committed
Expose AIOKafkaProducer.
1 parent f2fe1eb commit ebef521

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aiokafka/__init__.pyi

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from .abc import ConsumerRebalanceListener
22
from .consumer import AIOKafkaConsumer
33
from .errors import ConsumerStoppedError, IllegalOperation
4+
from .producer import AIOKafkaProducer
45
from .structs import (
56
ConsumerRecord,
67
OffsetAndMetadata,
@@ -11,6 +12,7 @@ from .structs import (
1112
__version__ = ...
1213
__all__ = [
1314
"AIOKafkaConsumer",
15+
"AIOKafkaProducer",
1416
"ConsumerRebalanceListener",
1517
"ConsumerStoppedError",
1618
"IllegalOperation",

0 commit comments

Comments
 (0)