Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PublicEndpointGenerator is bound to the source data address type #4310

Closed
ndr-brt opened this issue Jun 27, 2024 · 0 comments · Fixed by #4315
Closed

PublicEndpointGenerator is bound to the source data address type #4310

ndr-brt opened this issue Jun 27, 2024 · 0 comments · Fixed by #4315
Assignees
Labels
bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification

Comments

@ndr-brt
Copy link
Member

ndr-brt commented Jun 27, 2024

Bug Report

Describe the Bug

It's not possible to get data from a source type different from HttpData using HttpData-PULL transferType.

Expected Behavior

source and destination types should be independent, e.g. i should be able to get data from an SFTP endpoint through an HttpData-PULL type

Observed Behavior

Transfer fails with an error like:
TransferProcess: ID c62e4b59-a79d-4181-bd9f-843ce7afb85e. Fatal error while Initiate data flow. Error details: No Endpoint generator function registered for source data type 'SFTP'

Possible Implementation

the PublicEndpointGeneratorServiceImpl is getting the source address, but it should get the destination

@ndr-brt ndr-brt added bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification labels Jun 27, 2024
@ndr-brt ndr-brt self-assigned this Jun 27, 2024
@ndr-brt ndr-brt changed the title PublicEndpointGenerator PublicEndpointGenerator is bound to the source data address type Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant