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
Can spring-integration provide renewable distributed locks in the future? Similar to redisson, it can renew the expiration time of the lock. I know that although I can directly use redisson as a redis client, our project has already used spring-integration, It is good, but we need to use renewable distributed locks, so ask, will spring-integration support renewable lock-related operations later, or why not , I am curious about your ideas
The text was updated successfully, but these errors were encountered:
You request is really valid and if we can come up with some contract for specific LockRegistry we can add this hook over there. Like you brought RedisLockRegistry for example.
I mean we are planning to do all of this, but on demand and when resources permit.
The contribution is welcome: https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc !
Plus we can treat this as a duplicate of this one and close respectively: #3272
This is not a bug:
Can spring-integration provide renewable distributed locks in the future? Similar to redisson, it can renew the expiration time of the lock. I know that although I can directly use redisson as a redis client, our project has already used spring-integration, It is good, but we need to use renewable distributed locks, so ask, will spring-integration support renewable lock-related operations later, or why not , I am curious about your ideas
The text was updated successfully, but these errors were encountered: