Spring Integration Distributed Locks: conceptual consistency of TTL as compared to Redisson's lease time
This is a follow up question of: https://github.com/spring-projects/spring-integration/issues/8687 As discussed in the above link, Spring Integration Distributed Lock's concept of TTL is meant for cross-process only, not for threads in the same process. Later I have tried Redisson, it has…