You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that this should take 1 argument (the consumer-tag like the rest - see here).
Moreover, this whole proxy, is the consuming hot path, and it is pretty known that proxy is a rather slow construct (albeit rather dynamic and flexible). Would you be interesting in a Java shim (see below), which does the same thing, but should be much faster? The project is already set-up with java sources so there is literally no re-arranging needed. I can send a PR if you want...
Hi,
I noticed that this should take 1 argument (the consumer-tag like the rest - see here).
Moreover, this whole proxy, is the consuming hot path, and it is pretty known that
proxy
is a rather slow construct (albeit rather dynamic and flexible). Would you be interesting in a Java shim (see below), which does the same thing, but should be much faster? The project is already set-up with java sources so there is literally no re-arranging needed. I can send a PR if you want...The text was updated successfully, but these errors were encountered: