I'm looking into how to apply changes to Mysql table to HBase and came across this list of projects to stream the binlog events but not sure how these changes events get parsed to be applied to HBase table:
https://github.com/wushujames/mysql-cdc-projects/wiki Please suggest any other alternatives that worked to keep Mysql table in sync with HBase table. Thanks!
