You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit c9078bf introduced placeholder resolution support for @Retryable attributes – for example, String maxAttemptsString() to complement the existing long maxAttempts() attribute.
Along the same lines, we should introduce placeholder resolution support for the value in @ConcurrencyLimit, so that concurrency throttling configuration can be externalized - for example, in a properties file.