kafkaStateEventBus

@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.state.bus.type"], matchIfMissing = true, havingValue = "kafka")
fun kafkaStateEventBus(topicConverter: StateEventTopicConverter, receiverOptionsCustomizer: ReceiverOptionsCustomizer): DistributedStateEventBus