Couchbase Spark Connector - Multi Document transactions

Does the Couchbase Spark Connector support multi document transaction. How do we do this using Spark connector. The Java SDK allows to do something as below
// Create the single Transactions object
Transactions transactions = Transactions.create(cluster);

@rajib761 right now transactions is not supported with Spark out of the box, but if there is customer demand we can start planning adding it is as a feature. If I’m not mistaken you already communicated this into other places at couchbase already?

@daschl
Yes Michael, I have requested to add this feature