Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-upperware
Commits
b22aab69
Commit
b22aab69
authored
Feb 17, 2022
by
ipatini
Browse files
EMS: Baguette Server: Small improvement in ClusterZoneDetector
parent
7edf71d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
event-management/baguette-server/src/main/java/eu/melodic/event/baguette/server/coordinator/cluster/ClusterZoneDetector.java
View file @
b22aab69
...
...
@@ -41,9 +41,9 @@ public class ClusterZoneDetector implements IClusterZoneDetector {
"'${cloud-id:-}'"
,
"'${provider:-}'"
,
"'${provider-id:-}'"
,
"T(java.time.OffsetDateTime).now().toString()"
,
// "'Cluster_'+T(java.lang.System).currentTimeMillis()",
// "'Cluster_'+T(java.util.UUID).randomUUID()",
"'Cluster_'+T(java.time.OffsetDateTime).now().toString()"
,
""
);
private
final
static
RULE_TYPE
DEFAULT_RULES_TYPE
=
RULE_TYPE
.
SPEL
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment