apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.81k stars 4.23k forks source link

DICOM IO Connector - Change to non-blocking async calls #20582

Open damccorm opened 2 years ago

damccorm commented 2 years ago

Currently the Dicom IO connector makes sync call to the metadata endpoint. While it is very fast, it would be better to switch to async calls as they are supported by the api

Imported from Jira BEAM-11259. Original Jira may contain additional context. Reported by: alirazan.

svetakvsundhar commented 1 year ago

.take-issue