Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Add a streaming feature to the transfer process #76

@paullatzelsperger

Description

@paullatzelsperger

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions