Is it possible to load generic web components using #resumability instead of classic #hydration?

I think maybe. This requires some unique client/server coordination, but #Greenwood might be able to make this happen. I filed an issue with a (probably way too thorough) design which might be able to achieve this.

https://github.com/ProjectEvergreen/greenwood/issues/1207/

Resumability Β· Issue #1207 Β· ProjectEvergreen/greenwood

Type of Change Feature Summary Could Greenwood support resumability? Details I was recently looking into resumability in the context of HydroActive, but ultimately decided it wasn't really a good f...

GitHub
Man, I really love #controlloop #softwarearchitecture. I'm running a service locally for development and it needs to talk to some other service to complete a requested operation, but the other service was on a VPN to which I was not connected and the control loop patiently kept retrying. Once I connected to the VPN, the operation continued to completion right away. This is called #resumability and it contributes toward #reliability and #availability. #sitereliabilityengineering #sre #software