Hello everyone, I have requirement to use transaction in my project. My requirement is - a client starts transaction and do some upsert operation. I'll have a coprocessor that will do few more puts. Now what I want is all these operation should go in single transaction. Meaning if client rollbacks her transaction my puts in coprocessor should also get rolledback.
My question is . is it possible to use transaction started in client in coprocessors? -- *With Best Regards,* * Mohammad Adnan*
