Questions tagged [spring-integration-distributed-lock]

1 questions
2
votes
2 answers

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…