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
Yeah, I think this is a good call. (PS: lesson to be learned here, it is a good idea to hide all your dependencies on your public API in general. We didn't do that in a few places in scalding, I really regret it).
Since Finagle is moving away from exposing netty's
ChannelBuffer
in their API in favor of twitter util'sBuf
, I think we should too.From the recent commits, I think the replacement should be complete by Finagle's next release.
The text was updated successfully, but these errors were encountered: