Qingsheng Ren created FLINK-23773: ------------------------------------- Summary: KafkaPartitionSplitReader should remove empty splits from fetcher Key: FLINK-23773 URL: https://issues.apache.org/jira/browse/FLINK-23773 Project: Flink Issue Type: Bug Components: Connectors / Kafka Affects Versions: 1.13.2, 1.14.0 Reporter: Qingsheng Ren Fix For: 1.14.0, 1.13.3
Currently if a {{KafkaPartiitonSplit}} is empty (startingOffset >= stoppingOffset), split reader only unsubscribes it from consumer, but doesn't remove it from SplitFetcher. This will lead to consumer complaining some partitions are not subscribed while fetching. -- This message was sent by Atlassian Jira (v8.3.4#803005)