project-receptor / python-receptor

Project Receptor is a flexible multi-service relayer with remote execution and orchestration capabilities linking controllers with executors across a mesh of nodes.
Other
32 stars 21 forks source link

Response registry is not persisted to disk #222

Open ghjm opened 4 years ago

ghjm commented 4 years ago

The response registry held in receptor.router.MeshRouter.response_registry is in-memory only, not persisted to disk. This means that if a Receptor node is restarted, all subsequent reply traffic is lost.