Currently when we replace our persistent worker with multiplex worker, it is unclear which one is being used. --worker_verbose shows "Create new ... worker (id #)", but does not display the debug information for multiplex worker.
Add additional debug information for better developer experience.
It sounds to me we could add additional information in WorkerKey and then print this debug information in WorkerFactory?
@borkaehw @SrodriguezO
Sounds like a good suggestion. I will check if I have bandwidth in the following few weeks. Anyone is welcome to implement this as well. Thanks.
Most helpful comment
@borkaehw @SrodriguezO