Skip to main content

What's New in MarkLogic 11

Load Balancer Configuration for DMDSDK Jobs

This change does not affect you if you do not connect to MarkLogic through a load balancer or if you do not use the Data Movement SDK (DMSDK) feature of the Java Client API.

You must change the configuration of any DatabaseClient objects used to connect to MarkLogic through a load balancer on behalf of a Data Movement SDK job. The following changes apply:

  • You must add a connection type parameter value of GATEWAY when configuring a DatabaseClient.

  • Do not use a FilteredForestConfiguration to configure connections through a load balancer.

For more details, see Working with a Load Balancer in the Java Application Developer's Guide.