bulkGet in java sdk 2.x with preserved order

Also if you use a recent enough version of RxJava (either directly or through a recent version of the SDK), you might have a better middle ground between ordering and performance by using concatMapEager instead of flatMap/ concatMap.

2 Likes