Hi! I am evaluating the suitability of Kafka Connect to leverage our internal event sourcing system. Since custom deserializers are supported, it looks quite promising so far.
One open question is, whether Kafka Connect is capable of filtering out, i.e. skipping certain messages based on conditions on the value. Or does it pursue a take all or nothing approach? All I could find so far is single message transform, which didn't reveal this feature. Does anybody in this mailing list have more knowledge regarding this? Thanks in advance! Martin