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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Java客户端和C++服务端通信,如何在请求时添加 byte attachment?即brpc c++客户端中的
cntl->request_attachment()
C++ 客户端代码:
服务端代码:
在brpc-java-v3中可以通过
RpcContext.getContext().setRequestBinaryAttachment(ByteBuffer)
来实现,但这个接口在starlight中没有了。如果使用starlight,这个功能怎么实现,API是哪个?Beta Was this translation helpful? Give feedback.
All reactions