janus-ftl-plugin
janus-ftl-plugin copied to clipboard
Cascading failures can occur on JanusFtl::onOrchestratorStreamRelay
- Orchestrator tells ingest to relay a stream via
JanusFtl::onOrchestratorStreamRelay
- JanusFtl calls
FtlClient::ConnectAsync
and waits on the result, blocking the orchestrator thread from processing new messages for as long as the relay target doesn't respond.