Hello. Please suggest best method to write data to HBase (stream going from
Kafka being enriched with HBase data and need to be written to HBase). There
is only one connector on flink.apache.org related to Table API. At the same
time there is HBaseSinkFunction in the source code and I beleive it relates
to DataStream API. But there is an issue
https://issues.apache.org/jira/browse/FLINK-22623 which states that
HBaseTableSource/Sink and related classes have been removed. Is
HBaseSinkFunction really deleted/deprecated? What are pros and cons of Table
API's connector and HBaseSinkFunction if it's still supported?

Reply via email to