mirror of https://github.com/celery/kombu.git
chore: handle kafka transport with confluentkafka ✨ (#1574)
Co-authored-by: Tomer Nosrati <tomer.nosrati@gmail.com>
This commit is contained in:
parent
6e9e74c8c6
commit
4fb7246ed0
|
@ -24,6 +24,7 @@ TRANSPORT_ALIASES = {
|
|||
'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',
|
||||
|
|
Loading…
Reference in New Issue