kafkaDomainEventBus

@Bean
@ConditionalOnProperty(value = ["wow.event.bus.type"], matchIfMissing = true, havingValue = "kafka")
fun kafkaDomainEventBus(topicConverter: EventStreamTopicConverter, receiverOptionsCustomizer: ReceiverOptionsCustomizer): DistributedDomainEventBus