This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a change to branch ql-star-support
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
from 05438286a Allow `*` in the BydbQL identifier
add b1fc90553 Add TTL to top-k query and add health check for pub (#1221)
add 87f2dd8eb Merge branch 'main' into ql-star-support
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 2 +
banyand/liaison/grpc/bydbql.go | 33 +++++++---
banyand/liaison/grpc/bydbql_reparse_test.go | 2 +-
banyand/liaison/grpc/bydbql_test.go | 21 +++++-
banyand/liaison/grpc/server.go | 8 ++-
banyand/liaison/grpc/topk.go | 64 ++++++++++++++----
banyand/liaison/grpc/topk_test.go | 95 ++++++++++++++++++++++++---
banyand/queue/pub/health_check_wiring_test.go | 75 +++++++++++++++++++++
banyand/queue/pub/pub.go | 62 ++++++++++-------
docs/operation/configuration.md | 16 ++++-
10 files changed, 323 insertions(+), 55 deletions(-)
create mode 100644 banyand/queue/pub/health_check_wiring_test.go