Hi, I am looking for suggestions from community on implementing HBase increment in a idempotent manner.
My use case is a storm Hbase bolt that atomically increments a HBase counter. Replay of the storm bolt results in a double increment. Any suggestion on the approach to be taken is welcome. Thank you. Regards, Sreeram
