Support '<' and '>' operations for client routing on key (#755)

This commit is contained in:
Vadim Filin
2025-12-18 20:01:37 +08:00
committed by GitHub
parent 757febc0b5
commit 3e845bcdf0
6 changed files with 124 additions and 3 deletions

View File

@@ -2,6 +2,9 @@ all: build-foundation build-main
build-foundation:
cd foundation && ../gradlew build publishToMavenLocal
run-main:
./gradlew run
build-main:
./gradlew build