ravendb / ravendb-go-client

MIT License
39 stars 16 forks source link

Add support for cluster wide transactions #202

Open GiGurra opened 1 year ago

GiGurra commented 1 year ago

Please add support for this to the ravendb-go-client

ayende commented 1 year ago

We are currently full in terms of our workload with the 6.0 release.

Support for cluster wide tx would have to wait after that.

Alternatively, we would be happy to accept a PR for this and be happy to assist

shyaaam commented 1 year ago

When we can expect the release of 6.0 for go-client?

ppekrol commented 1 year ago

We will be working on cluster-wide transactions support in Q4'23.

maciejaszyk commented 7 months ago

Hi @GiGurra,

I'm pleased to inform you that cluster-wide transactions are now supported. You can find examples of the API in the README. https://github.com/ravendb/ravendb-go-client/pull/204