Icebob
Icebob
@designtesbrot very great job! Congratulation & thanks! I added it to [Moleculer site](https://moleculer.services/modules.html#others).
Wow, great idea. And it uses the new Streaming feature :) Thanks! I also added it to the site.
@designtesbrot please add "moleculer" tag for your repos so that [Github topic search](https://github.com/topics/moleculer) can find them.
Thanks @Embraser01, good job. Please push it to [awesome repo](https://github.com/moleculerjs/awesome-moleculer)
Thanks @cantecim, it would be awesome! Could you use the `moleculer-db-adapter-rethinkdb` name to follow the naming conventions of adapters?
@cantecim Great! Thank you. I've added here: https://moleculer.services/modules.html#databases And @AndreMaz has added to awesome list: https://github.com/moleculerjs/awesome-moleculer#databases-and-stores
I need to think about it because it can be a breaking change. If somebody throws errors in event handlers in the current version it' catcher and logged. But after...
> Ultimately the thrown error is caught and handled in the transit `messageHandler`, and resolved to turn `false`. Does this not negate this problem? Yeah, if the event is received...
There are multiple places where local events triggered because it depends on the type (emit or broadcast). Here is the emitted: https://github.com/moleculerjs/moleculer/blob/master/src/service-broker.js#L1366 Here is the broadcasted: https://github.com/moleculerjs/moleculer/blob/master/src/service-broker.js#L1648
It doesn't do something similar? https://github.com/jarvify/moleculer-ts