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
Currently, @Idempotent is a marker annotation with no attributes. Every protected endpoint shares the same global TTL, lock timeout, and hash-body settings.
Its worth giving the flexibility to set TTL, timeouts, etc., specific to per endpoint.
Currently,
@Idempotentis a marker annotation with no attributes. Every protected endpoint shares the same global TTL, lock timeout, and hash-body settings.Its worth giving the flexibility to set TTL, timeouts, etc., specific to per endpoint.