Using batch operations at Java SDK

this doc descibes batching operations. Unfortunatelly I have not found batching methods like upsert_multi/get_multi/query_multi at latest Java SDK.

I also faced this tutorial where using reactive async communication to cb to do several opeations.
I would like to know if it only one and correct way to do batch operations from java sdk now?

1 Like

Hi @vit, That’s right. The current way to achieve batching with the Java SDK is to use the asynchronous bucket API and RxJava: Batching Operations.

2 Likes