Describe the Request
As noted by @ValHayot, the filter parameter of the StreamConsumer may not be sufficient for the consuming code to make decisions on, so it'd be helpful have a mechanism to yield a (metadata, proxy) tuple when just the proxy won't suffice.
We may also want to provide a corresponding iter_obj_with_metadata() method.
Sample Code
No response