Sunny Gupta
Sunny Gupta
@mandarjog @geeknoid that is my understanding too. Therefore in the sample PR I have [`CallContext`](https://github.com/guptasu/mixer/commit/9513f4376079f5c484404a9dc338aff459b7c698#diff-3e8fbeb8245f151867bb976b7bc026bcR108) as the only interface (will be proto message) that is tied to single magic key...
@geeknoid oops. `userIP` was a copy paste error. Okie, I will define the proto now and start the work to push data via the context. Thanks for the discussion everyone.
This is interesting, so if we send some set of attribute data (service name etc.) to the adapters via the context, it would mean that those attributes are used during...
@geeknoid I think the support for cross referencing can be done as a separate task. I am move the feature to reference sub messages into its own issue. Basically this...
FYI, we are already doing similar thing during the configuration path where we call handlers to pass them inferred types. All actions are traversed, eventually forming a tree (Handler ->...