## providers.akafka.ComboTranslator

<span id="hexkit.providers.akafka.ComboTranslator"></span>


Takes a list of translators implementing either the [DaoSubscriberProtocol](protocols.daosub.DaoSubscriberProtocol.md#hexkit.protocols.daosub.DaoSubscriberProtocol),


Usage

``` python
providers.akafka.ComboTranslator(
    *,
    translators,
)
```


[EventSubscriberProtocol](protocols.eventsub.EventSubscriberProtocol.md#hexkit.protocols.eventsub.EventSubscriberProtocol), or both, and create a single translator implementing the [EventSubscriberProtocol](protocols.eventsub.EventSubscriberProtocol.md#hexkit.protocols.eventsub.EventSubscriberProtocol). This basically bundles the passed-in translators, with the resulting combo translator acting as a router that directs the event information to the appropriate translator based on its `topic` and `type`.
