Skip to content
Open
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 @@ -54,7 +54,8 @@ public String description() {

@Override
public List<ServiceInstance> getInstances(final String serviceId) {
return getInstances(serviceId, new QueryParams(this.properties.getConsistencyMode()));
return getInstances(serviceId,
new QueryParams(this.properties.getDatacenters().get(serviceId), this.properties.getConsistencyMode()));
}

public List<ServiceInstance> getInstances(final String serviceId, final QueryParams queryParams) {
Expand Down