spring-projects / spring-projects/spring-integration
Add header Enrich to inbound sftp [INT-2949]
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 1.2k
- Avg merge
- 17h 48m
- Merged PRs (30d)
- 62
Description
Y A opened INT-2949 and commented
There is not currently a way to provide a header mapper (to generate custom headers) on the (s)ftp endpoints.
it could be handy to enrich inbound sftp with something like:
<int:header name="app.PartnerId" ref="MySftpFactory" method="getPartner" />
Affects: 2.2.1
Reference URL: http://forum.springsource.org/showthread.php?135279-dynamic-inbound-sftp-and-double-messages-into-the-queue
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
Start by locating the inbound SFTP endpoint configuration and how header mapping is handled for those endpoints. Compare the proposed <int:header name="app.PartnerId" ref="MySftpFactory" method="getPartner" /> form with the current configuration options. Done means inbound SFTP can generate the requested custom header from the referenced method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100