How does Kafka Streams work with Partitions that contain incomplete Data?
问题 Kafka Streams engine maps a partition to exactly one worker (i.e. Java App), so that all messages in that partition are processed by that worker. I have the following scenario, and am trying to understand if it is still feasible for it to work. I have a Topic A (with 3 partitions). The messages sent to it are partitioned randomly by Kafka (i.e. there is no key). The message I send to it has a schema like below {carModel: "Honda", color: "Red", timeStampEpoch: 14334343342} Since I have 3