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

Add a streaming feature to the transfer process #76

Open
paullatzelsperger opened this issue May 18, 2021 · 0 comments
Open

Add a streaming feature to the transfer process #76

paullatzelsperger opened this issue May 18, 2021 · 0 comments
Assignees

Comments

@paullatzelsperger
Copy link
Collaborator

Streaming from the providing connector to the requesting connector should be implemented.

Option 1: client provisions data destination

Client creates the data destination, e.g. a web socket and sends the destination (credentials + address) back to the providing connector who will then start pumping data there.

Option 2: providing connector provisions data destination

The providing connector creates the data destination (e.g. a web socket) and sends its parameters (credentials + address) to the client, who can then "subscribe" (i.e. listen for messages).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants