Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply the AlternatorEndpointProvider only on custom endpoints
The previous implementation was failing when used on AWS DynamoDB because `conf.get(DynamoDBConstants.ENDPOINT)` was `null`. This was not caught by our tests because our tests always use a custom endpoint (see scylladb#113)
- Loading branch information