Closed vs49688 closed 4 years ago
Am currently using the below, which isn't enough.
String.format("act-%s-%d", this.getClass().getSimpleName(), (long)uri.hashCode() & 0xFFFFFFFFL)
Should add a function in ActuatorUtils to do this properly.
ActuatorUtils
Am currently using the below, which isn't enough.
Should add a function in
ActuatorUtils
to do this properly.