feathersjs-ecosystem / feathers-sync

Synchronize service events between Feathers application instances
MIT License
222 stars 41 forks source link

Refactor into extensible common event system #77

Closed daffl closed 6 years ago

daffl commented 6 years ago

This pull request refactors the adapters into a common event system that any new messaging system can tie in, making things much more flexible. This should also fix the flaky tests.