krata
krata copied to clipboard
feature: enhance fault tolerance using supervision
Most, if not all of the components within krata use a controller / processor strategy, where a background green thread performs processing and another component can interact with that processor using a controller, which is generally implements Clone.
It would be very wise for us to utilize a supervisor model, so that krata becomes more fault tolerant.