Skip to content

Instantly share code, notes, and snippets.

@XiaofeiCao
XiaofeiCao / SHARE_THREADPOOL_AND_CONNECTIONPOOL_IN_AZURE_CLIENTS.MD
Last active December 13, 2022 09:18
Share thread pool and connection pool among multiple clients

Guidance on thread pool and connection pool configuration for Azure Client

There are four types of pools used by Azure client:

  1. Http connection pool (used by HttpClient)
  2. Http thread pool (used by HttpClient)
  3. Azure Identity thread pool (used by Azure Identity client for token acquisition)
  4. Reactor thread pool (default thread pool to subscribe on)