LeonBein commented on pull request #15109: URL: https://github.com/apache/flink/pull/15109#issuecomment-799266720
@flolas The connector registers a replication peer (so to say another cluster to replicate to). This custom replication peer then translates WAL edit replication calls into events for flink. Replication must be activated in the HBase configuration. I assume admin permissions are needed for that. Other than that, I found [this](https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cdh_bdr_hbase_replication.html#topic_20_11_4), which explicitely states that replication commands must be called with user permissions. ---------------------------------------------------------------- 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: [email protected]
