Load Balancer Configuration for DMDSDK Jobs
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
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
GATEWAYwhen configuring a DatabaseClient. -
Do not use a
FilteredForestConfigurationto configure connections through a load balancer.
For more details, see Working with a Load Balancer in the Java Application Developer's Guide.