manner opened a new pull request #15109: URL: https://github.com/apache/flink/pull/15109
## What is the purpose of the change This pull request adds an HBase connector implementation conforming to the new Connector’s API’s described in [FLIP-27](https://cwiki.apache.org/confluence/display/FLINK/FLIP-27%3A+Refactor+Source+Interface) and [FLIP-143](https://cwiki.apache.org/confluence/display/FLINK/FLIP-143%3A+Unified+Sink+API). It includes both source and sink. ## Brief change log - The HBase source uses the replication mechanism of HBase to receive changes - The HBase Sink uses the HBase API to enter data into HBase. - Sink and Source use user-specified Serializer and Deserializer to put/get elements to/from HBase. ## Verifying this change This change added tests and can be verified as follows: All changes are within the `flink-connectors/flink-connector-hbase/` module. Added Unit and Integration Tests under `org.apache.flink.connector.hbase.source` and `org.apache.flink.connector.hbase.sink` package in the test directory. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (yes) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no) - The serializers: (don't know) - The runtime per-record code paths (performance sensitive): (don't know) - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (don't know) - The S3 file system connector: (no) ## Documentation - Does this pull request introduce a new feature? (yes) - If yes, how is the feature documented? (JavaDocs) ---------------------------------------------------------------- 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