You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Omid
Is it possible to passtransaction boundaries from one transaction client to another?
Example. Many REST clients talk to many REST APIs. API talks to hbase using OMID. API has get and put as separate resources. Is it possible on read start transaction and pass back transaction boundaries to REST client then do something with received data and pass back to API on put? There is no guaranty that we land on the same server on get and put.