Reasonable and effective integration with rdsys
This issue may actually lead to several new issues in various repos but for now I am placing it here. Through experimentation with rdsys and attempting to integrate it with the existing Lox library, it has become apparent that Lox and rdsys may not play nicely together in both of their current forms. This may be more of a problem with myself having an unequal understanding of both sides of this integration. Here are some things that I plan to look into with this issue:
-
Understand what exactly rdsys sends to a distributor and why - what is a gone/changed/new resource? - is rdsys behaving as expected for each of these resource types?
-
What information does Lox need from rdsys and how should it behave with the resources it is provided - how should syncing between Lox and rdsys work? - how are bridges that are down/slow/unreliable handled? - does it make most sense to make changes in Lox or rdsys
-
Actually do the integration based on the above findings
Edited by onyinyang