[ https://issues.apache.org/jira/browse/FLINK-20655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258053#comment-17258053 ]
Qingsheng Ren edited comment on FLINK-20655 at 1/4/21, 8:14 AM: ---------------------------------------------------------------- I'm currently making some manual end-to-end tests, and I'll mark bugs I found here as comments. # Partition discovery is not enabled by default in unbounded mode. See FLINK-20777 # In the constructor of {{KafkaPartitionSplitReader}}, {{subtaskId}} should be assigned before invoking {{createConsumerClientId}} method because this method uses subtask ID as Kafka consumer ID's suffix was (Author: renqs): I'm currently making some manually end-to-end tests, and I'll mark bugs I found here as comments. # Partition discovery is not enabled by default in unbounded mode. See FLINK-20777 # In the constructor of \{{KafkaPartitionSplitReader}}, \{{subtaskId}} should be assigned before invoking \{{createConsumerClientId}} method because this method uses subtask ID as Kafka consumer ID's suffix > Add E2E tests to the new KafkaSource based on FLIP-27. > ------------------------------------------------------ > > Key: FLINK-20655 > URL: https://issues.apache.org/jira/browse/FLINK-20655 > Project: Flink > Issue Type: Test > Components: Connectors / Kafka > Affects Versions: 1.12.0 > Reporter: Jiangjie Qin > Assignee: Qingsheng Ren > Priority: Major > Fix For: 1.13.0, 1.12.1 > > > Add the following e2e tests for KafkaSource based on FLIP-27. > # A basic read test which reads from a Kafka topic. > # Stop the job with savepoint and resume. > # Kill a TM and verify the failover works fine. -- This message was sent by Atlassian Jira (v8.3.4#803005)