-
Notifications
You must be signed in to change notification settings - Fork 77
Pushing records to ALL kafka sinks #483
Comments
This is a bit of a head-scratcher. Indeed, events from Are you sure they're on A colleague mocked this up on a demonstration project and couldn't reproduce this: Divolte Shop, MR#45 |
Can you clarify that? Your source for both mappings is the browser. Are you filtering the events somehow? If not, both sinks will receive the source events |
Hey I'm running on the same issue, did anyone found any solution for that ??? |
We are also facing this issue , can you please provide some help here , we are integrating this one. and we found a bug in our testing, this is pushing the messages to all slinked Kafka |
hi @OneCricketeer can you please let me know, |
I've never used Divolte |
I'm a little confused as to the behavior of Kafka sinks. It seems that when an event is created, the event is pushed to all sinks. In the case of Kafka, this pushes the event to all Kafka sinks even though the event is only relevant to one sink. Am I missing something? Why wouldn't it be smart enough only to push the event to the relevant Kafka sink?
Example:
t1 events will write to t1 and t2 sinks. t2 events will write to t1 and t2 sinks.
The text was updated successfully, but these errors were encountered: