RedHatInsights / yggdrasil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dispatch data to a worker locally

subpop opened this issue · comments

Be able to send data to a worker locally rather than receiving data over the transport. Something like:

yggctl send-data --worker echo < data.json

This will require a D-Bus API (or equivalent IPC protocol) be developed in yggd first.

Fixed by f3123fb