spring-projects / spring-projects/spring-integration

Allow events to trigger the creation of MessageGroup in MessageGroupStore [INT-2208]

Open
#6,190 7 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

Tony Jordan opened INT-2208 and commented

Splitters (for example) should be able to trigger the creation of a MessageGroup with a given correlationID. This would allow the action of splitting to prompt a the creation of a new MessageGroup in a specified MessageStore. An aggregator downstream using that MessageStore would "expect" messages and timeouts on that group would begin. If no messages ever arrive, the reaper will still expire the group after the timeout and a workflow could handle the situation as needed.


Affects: 2.1 M3

Issue Links:

  • #6575 Time-based ReleaseStrategy

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

Start by reading the MessageGroupStore and splitter entry points named in the issue, then review the related time-based release discussion in issue #6575. Done means a splitter can request a MessageGroup for a correlation ID in a specified MessageStore, allowing downstream aggregation and timeout handling even when no messages arrive.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.