Skip to content

Commit 884484f

Browse files
committed
Add reference to asyncio kafka client
1 parent efd0729 commit 884484f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/gateways/event.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ async def emit(
2626
"Event emitted via HTTP request",
2727
cloudevent=event.model_dump(),
2828
)
29+
30+
31+
# https://www.confluent.io/blog/kafka-python-asyncio-integration/
32+
class KafkaEventGateway:
33+
pass

0 commit comments

Comments
 (0)