xiaolong-sn opened a new pull request #13015: URL: https://github.com/apache/flink/pull/13015
## Note This is a redo of the closed PR(https://github.com/apache/flink/pull/12920). ## What is the purpose of the change *This is the fifth milestone of [FLIP-128](https://cwiki.apache.org/confluence/display/FLINK/FLIP-128%3A+Enhanced+Fan+Out+for+AWS+Kinesis+Consumers) to add EFO support to the FlinkKinesisConsumer. The EFO related configurations has been introduced. This change should not introduce any functional differences.* ## Brief change log - `ConsumerConfigConstants` - *Add several efo related configuration constants* - `KinesisConfigUtil` - *Add the validation of efo related configuration constants.* - `KinesisProxy` - *Add fields about operations like `registerStream`, `deregisterStream`, `listStream`* - *Give initial value to those fields.* - `FanOutProperties` - *Add a new configuration class for the future `FanOutRecordPublisher`* - *Validate fields and give them initial values* - `FlinkKinesisConsumer` - *Since the change of the validation interface, modify the call of validation method.* ## Verifying this change This change added tests and can be verified as follows: - *`KinesisConfigUtilTest`* - *`FanOutPropertiesTest`* ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: no - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org