Hi Divolte guys,
We've been running a Divolte cluster for a while now that transports events via Kafka and Logstash to Elasticsearch. There are two different sinks set up that send the events to two different Kafka topics because the events have different content. We have now added a new sink which sent its messages to a different Kafka topic. The strange thing is just that it seems like the events don't arrive in the Kafka Topic. Does Divolte have a limit on the number of sinks or Kafka topics that can be set or that it can handle?Which I actually doubt, because even turning off an existing sink doesn't change the situation. We have already simplified the event very much to a single property object inside the second parameter of the divolte.signal function.
As you'll probably read between the lines, we've already tried to exclude quite a few things but we couldn't find the bug.
If I listen with a Kafka console consumer on one of the other topics I see the specific message coming by, but no events are sent to the newly created topic. Do you have any idea where else to look? Because the results from Divolte's log don't help us either.
I really appreciate any helpful response.
Kind regards,
Peter Ruijter