brpc icon indicating copy to clipboard operation
brpc copied to clipboard

support cql protocol

Open cdjingit opened this issue 6 years ago • 1 comments

Add cassandra query language(cql) protocol. protocol version: https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v3.spec

Supported:

  1. authentication
  2. query
  3. batch

Unsupported:

  1. register, event

TODO:

  1. prepare/execute
  2. naming service
  3. token-aware load balancer

cdjingit avatar Sep 16 '19 15:09 cdjingit

hello @cdjingit,想尝试使用下您提交的pr来访问后端的cassandra,请问这个pr后续还有bugfix吗?谢谢

tcp9 avatar Feb 24 '22 04:02 tcp9