Hi
Does Divolte allow to map en event type with a Kafka topic ?
A client-side call to : divolte.signal('myeventclick', objEventClick); seems to be propagated to every distinct mapping.
So that if I configure two mappings with a different sink and Kafka topic for each one, a call to divolte.signal results in a message in both topics.
Should I use only one topic and one avro chemas as a pivot for all my types of Kafka messages or, is it possible to filter events on a per-topic basis ?
Kind regards,
Julien