Icebob

Results 390 comments of Icebob

@ngraef could you try it with the master, please? It shows tracing for me ![image](https://user-images.githubusercontent.com/306521/83623874-2ef77900-a592-11ea-9b41-d57e3956d756.png)

@rochdev Yeah, this is currently a problem. The moleculer spans & datadog spans are not connected. The problem is that Moleculer is a full complex framework with a built-in tracing...

@rochdev could you show example how can I do that with dd-trace?

@rochdev Great! In Moleculer there are [actions](https://moleculer.services/docs/0.14/actions.html) and [events](https://moleculer.services/docs/0.14/events.html). Both of them traced. Both have a [`Context`](https://moleculer.services/docs/0.14/context.html) instance which contains data for tracing, as well (`id`, `parentID`, `requestID`). The built-in...

I feel it won't work, because with a disabled load balancer, the messagebroker (e.g. NATS) balances the packets, and it won't transfer the stream packets to the same node.

Need to test that it works correctly with objects as well.

Good idea. @ColonelBundy is working on a similar project: https://github.com/ColonelBundy/moleculer-ws

Any updates about it? Are you working on it yet?

I don't know browserify, so I don't know, how we can adapt moleculer to the browser side. I think it's better to make a browser WS client which can communicate...