github Azure/azure-sdk-for-java azure-cosmos_3.6.0-beta.1

latest releases: azure-communication-callautomation_1.2.0, azure-developer-devcenter_1.0.0, azure-security-keyvault-keys_4.8.3...
pre-release4 years ago
  • Added the ability to select default Direct TCP options

    In priority order we will take default Direct TCP options from:

    • The string value of system property "azure.cosmos.directTcp.options"

      Example:

      -Dazure.cosmos.directTcp.defaultOptions={\"idleEndpointTimeout\":"PT1M10S",\"maxChannelsPerEndpoint\":10,\"maxRequestsPerChannel\":30}
      
    • The contents of the file located by the system property "azure.cosmos.directTcp.defaultOptionsFile".

      Example:

      -Dazure.cosmos.directTcp.defaultOptionsFile=/path/to/default/options/file
      
    • The contents of the resource file named "azure.cosmos.directTcp.options.json"

    Otherwise, if none of these values are set or an error occurs we create default options based on a set of hard-wired
    values defined in the default private parameterless constructor for RntbdTransportClient.Options as we did before
    this release.

  • Fixed Reactor Netty connection pool re-use issue: #6973

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.