Igniters, I noticed that we don't inject resources to entry processors. This doesn't look consistent, because do this everywhere else (closures, jobs, listeners, etc.). But at the same time I believe it will cause performance degradation, because we will have to inject on each operation.
Any thoughts on that? Maybe we should support it, but make it optional with a configuration flag? -Val