fabrix
fabrix copied to clipboard
feat(): config proxy should emit on change
fabrix has a root configuration proxy where it stores and retrieves its famous tuples. Fabrix is also an event emitter. It should:
- [ ] should emit when config is updated using .set after all the map merging is done.
This will allow for the cluster module to notify workers when a change has happened in the config via messaging!