-
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
The service name needs to be at least 3 letters long - could we remove this limitation?
See
killbill-commons/queue/src/main/java/org/killbill/notificationq/NotificationQueueDispatcher.java
Line 204 in d8dc83d
| final String metricName = new StringBuilder(parts[0].substring(0, 3)) |
Reactions are currently unavailable