mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
formatting, and changed function to get sharding keys
This commit is contained in:
+1
-1
@@ -332,7 +332,7 @@ implements AwsApplicationReplicaSet<ShardingKey, MetricsT, ProcessT> {
|
||||
|
||||
if (condition.pathPatternConfig() != null) {
|
||||
for (String s : condition.pathPatternConfig().values()) {
|
||||
keys.add((ShardingKey)s.toString());
|
||||
keys.add((ShardingKey) s.toString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user