wwbmmm commented on issue #3025:
URL: https://github.com/apache/brpc/issues/3025#issuecomment-3082773478

   > 
   > Couchbase v7.6以上版本,bRPC连接上来就直接EOF,然后我们也找了相关资料,可能是因为 Couchbase 
在Bucket的层级下又划分了 Scope和Collection,还有一些本来是Server端做的事情,挪到了SDK Client端来做了; 
Couchbase 走还是走的Memcache的协议。
   
   看起来Couchbase 
v7.6已经不再兼容标准memcache协议,这个问题不应该是brpc来解决,因为brpc支持的是标准memcache协议,而不是couchbase。不应该在现有的memcache协议的实现上进行修改。你可以考虑添加一个新协议(比如叫couchbase协议)的实现,参考这个文档:https://github.com/apache/brpc/blob/master/docs/cn/new_protocol.md


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to