Icebob
                                            Icebob
                                        
                                    Or this: https://github.com/bytetechnology/moleculer-service-ts
I'm not a TS guy, so I can't review it, but pinging others. @shawnmcknight @kthompson23 @Wallacyf could you review this idea? How will it affect the existing TS projects?
>I have a question non-TS, though: on my project where I use this type-definition, I tried to wanted to use only ServiceEventHandler so I commented ServiceEventLegacyHandler to force TypeScript to...
Could you create a PR?
Any news about it?
Good idea, but maybe need a better method name. For me the `publish` doesn't mean this logic.
@quex46 Good idea. And it is flexible.
Is there somebody to implement the first proposal?
@ColonelBundy for 2nd proposal: I think no need a new function. It can be merged to the first proposal. E.g: ```js broker.broadcast("user.created", { user }, { nodeID: "node-123", groups: ["user",...