Documentation
¶
Overview ¶
Command worker is a tiny external task service for the research-pipeline flow, demonstrating the pkg/protocol request/reply contract without importing the packtrail engine at all.
Workers join the "packtrail-workers" queue group, so this process can run alongside an engine that co-hosts its own handlers (./examples/embedded) and the two will load-balance the same subjects:
go run ./examples/embedded --namespace acme & go run ./examples/worker --namespace acme
Click to show internal directories.
Click to hide internal directories.