utf7 opened a new pull request #5629: [pulsar-io] hbase sink avoid flushing hbase table URL: https://github.com/apache/pulsar/pull/5629 ### Motivation hbase sink avoid flushing hbase table on server side ### Modifications use table.batch() method flush client buffer instead of admin.flush() admin.flush() means flushing the memstore of the table to hfile on server side , this can make a lot of unnecessary memstore flush,too bad for hbase cluster table.batch() means sending the batchs to hbase server side
---------------------------------------------------------------- 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] With regards, Apache Git Services
