spring-projects / spring-projects/spring-integration

Retain Order in DelayHandler [INT-3643]

Open
#7,605 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

in: core type: enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.