Skip to content

Commit 770e594

Browse files
Allow but ignore remoteRouting config in ecc.yml (#1237)
1 parent 00f0e86 commit 770e594

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

application/src/main/java/com/ericsson/bss/cassandra/ecchronos/application/config/connection/DistributedNativeConnection.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ public void setCqlRetryPolicy(final CQLRetryPolicyConfig cqlRetryPolicyConfig)
9898
myCqlRetryPolicy = cqlRetryPolicyConfig;
9999
}
100100

101+
@Deprecated
102+
@JsonProperty("remoteRouting")
103+
public void setRemoteRouting(final boolean remoteRouting)
104+
{
105+
// noop
106+
}
107+
101108
/**
102109
* @return Class<?>[]
103110
*/

0 commit comments

Comments
 (0)