I was looking to just use kakfa to coordinate configurations that affect other running tasks - basically listen to an "_conf" topic as a high-priority topic. I'd need to send the new configs as a task launches inside of InitableTask.init() and I don't see a built in way and causes me to wonder if that's it's just a bad idea?
Thanks, --tim