Why is this KStream/KTable topology propagating records that don't pass the filter?
问题 I have the following topology that: Creates a state store Filters records based on SOME_CONDITION, maps its values to a new entity and finally publishes these records to another topic STATIONS_LOW_CAPACITY_TOPIC However I am seeing this on the STATIONS_LOW_CAPACITY_TOPIC: � null � null � null � {"id":140,"latitude":"40.4592351","longitude":"-3.6915330",...} � {"id":137,"latitude":"40.4591366","longitude":"-3.6894151",...} � null That is to say, it's as if it were also publishing to the