Make HBaseIO write return so it can be composed (e.g. used with Wait.on)
Open
hbase
improvement
io
java
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
Add a return type to the Write transform so we can signal on `Write.on` this can be achieved by adding a new transform `WriteWithResults` like BigtableIO plans to do it.
This will also enable users to do Wait.on based writes.
Imported from Jira [BEAM-7634](https://issues.apache.org/jira/browse/BEAM-7634). Original Jira may contain additional context.
Reported by: iemejia.
Contributor guide
Assessment
This issue has not been assessed yet.