spring-projects / spring-projects/spring-integration
Retain Order in DelayHandler [INT-3643]
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 1.2k
- Avg merge
- 17h 48m
- Merged PRs (30d)
- 62
Description
Gary Russell opened INT-3643 and commented
Each delayed message is scheduled separately. Order can be lost.
It would be useful if messages arriving on the same thread could retain the same order (run on the same release thread) as arrival.
No further details from INT-3643
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names DelayHandler but no file or test. Start by locating that component and tracing how delayed messages are scheduled and released. Clarify the ordering semantics with maintainers, then add coverage showing that messages arriving on the same thread retain arrival order.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100