🚧 WorkInProgress 🚧 DXP-2252 Introduce resource downloader processing service - #207
Closed
stan-r-ds wants to merge 10 commits into
Closed
🚧 WorkInProgress 🚧 DXP-2252 Introduce resource downloader processing service#207stan-r-ds wants to merge 10 commits into
stan-r-ds wants to merge 10 commits into
Conversation
stan-r-ds
commented
Sep 16, 2025
| // then | ||
| waitForMessagesInResponsesSink(2); | ||
| DownloadResponse secondResponse = responsesSink.received().get(1).getPayload(); | ||
| assertThat(secondResponse.getStatus()).isEqualTo(304); |
Contributor
Author
There was a problem hiding this comment.
This should mean to the user that no Publish/Emit is required
stan-r-ds
force-pushed
the
DXP-2041-introduce-external-resources-processing-service
branch
from
September 17, 2025 09:17
e620342 to
044b5f5
Compare
Base automatically changed from
DXP-2041-introduce-external-resources-processing-service
to
main
September 17, 2025 10:14
stan-r-ds
force-pushed
the
DXP-2252-introduce-resource-downloader-processing-service
branch
3 times, most recently
from
September 23, 2025 13:35
e4e1873 to
6186688
Compare
…to the channel specified in request
stan-r-ds
force-pushed
the
DXP-2252-introduce-resource-downloader-processing-service
branch
from
September 25, 2025 12:43
6186688 to
01bf4fb
Compare
Contributor
Author
|
Closing - implemented in blueprints at streamx-com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Type of the Changes
🛠 Changes being made
Introduce resource downloader processing service
✅ Checklist