Skip to content

Commit

Permalink
chore: handle kafka transport with confluentkafka ✨ (celery#1574)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomer Nosrati <[email protected]>
  • Loading branch information
meysam81 and Nusnus authored Jul 2, 2024
1 parent 6e9e74c commit 4fb7246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kombu/transport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def supports_librabbitmq() -> bool | None:
'pyamqp': 'kombu.transport.pyamqp:Transport',
'librabbitmq': 'kombu.transport.librabbitmq:Transport',
'confluentkafka': 'kombu.transport.confluentkafka:Transport',
'kafka': 'kombu.transport.confluentkafka:Transport',
'memory': 'kombu.transport.memory:Transport',
'redis': 'kombu.transport.redis:Transport',
'rediss': 'kombu.transport.redis:Transport',
Expand Down

0 comments on commit 4fb7246

Please sign in to comment.