Skip to content

Commit 2ad536b

Browse files
Merge pull request #232824 from kushagraThapar/update_performance_code_snippet_java_sdk_publish_on
Added reactor blog post to the performance guidance for reactor scheduler
2 parents a1f9e8c + 36196a5 commit 2ad536b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cosmos-db/nosql/performance-tips-java-sdk-v4.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ After result is received if you want to do CPU intensive work on the result you
127127
Based on the type of your work you should use the appropriate existing Reactor Scheduler for your work. Read here
128128
[``Schedulers``](https://projectreactor.io/docs/core/release/api/reactor/core/scheduler/Schedulers.html).
129129

130+
To further understand the threading and scheduling model of project Reactor, refer to this [blog post by Project Reactor](https://spring.io/blog/2019/12/13/flight-of-the-flux-3-hopping-threads-and-schedulers).
131+
130132
For more information on Azure Cosmos DB Java SDK v4, please look at the [Azure Cosmos DB directory of the Azure SDK for Java monorepo on GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-cosmos).
131133

132134
* **Optimize logging settings in your application**

0 commit comments

Comments
 (0)