Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ Here are examples to integrate configuration properties from different sources:
- `loadBalancingStrategy(LoadBalancingStrategy)`: load balancing strategy, possible values are: `NONE`, `ROUND_ROBIN`, `ONE_RANDOM`, (default: `NONE`)
- `responseQueueTimeSamples(Integer)`: amount of samples kept for queue time metrics, (default: `10`)
- `serde(ArangoSerde)`: serde to serialize and deserialize user-data
- `asyncExecutor(Executor)`: downstream `java.util.concurrent.Executor` that will be used to consume the responses of the async API

### Config File Properties

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ Here are examples to integrate configuration properties from different sources:
- `loadBalancingStrategy(LoadBalancingStrategy)`: load balancing strategy, possible values are: `NONE`, `ROUND_ROBIN`, `ONE_RANDOM`, (default: `NONE`)
- `responseQueueTimeSamples(Integer)`: amount of samples kept for queue time metrics, (default: `10`)
- `serde(ArangoSerde)`: serde to serialize and deserialize user-data
- `asyncExecutor(Executor)`: downstream `java.util.concurrent.Executor` that will be used to consume the responses of the async API

### Config File Properties

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ Here are examples to integrate configuration properties from different sources:
- `loadBalancingStrategy(LoadBalancingStrategy)`: load balancing strategy, possible values are: `NONE`, `ROUND_ROBIN`, `ONE_RANDOM`, (default: `NONE`)
- `responseQueueTimeSamples(Integer)`: amount of samples kept for queue time metrics, (default: `10`)
- `serde(ArangoSerde)`: serde to serialize and deserialize user-data
- `asyncExecutor(Executor)`: downstream `java.util.concurrent.Executor` that will be used to consume the responses of the async API

### Config File Properties

Expand Down