I was recently looking at the project ParSeq by Linkedin which is an Async framework (not necessarily exactly similar to Netty but some similar concepts) -- and I noticed it has a great ability to perform tracing of the system https://github.com/linkedin/parseq/wiki/Tracing
The framework allows tracing tasks (i.e. PromiseTasks) as they flow through the system: 1 - Providing parent/child relationships to tasks 2 - Propagating stacks across tasks so that you can view how the tasks originated I was wondering if anyone investigated these concepts in Netty -- specifically in the EventExecutor -- You received this message because you are subscribed to the Google Groups "Netty discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/netty/6821ad9b-0769-4732-a200-e282feea6551%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
