This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git
commit 202bcbe0d457c6bcea65794deca602822efdd724 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Sun Dec 21 22:17:23 2025 +0800 Add deprecated notice to the project If other contributors decide to own this sub-project and keep updating this or other language SDKs, we are open to that. However, for now, we will implement the client directly in the SkyWalking OAP backend, as the current logic is simple enough and has eliminated the client cache and column-index writing. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1922d14..93784de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ -BanyanDB Java Client +~~BanyanDB Java Client~~ ========== +# Deprecated +**Don't plan to update Java Client SDK since BanyanDB 0.9.0.** +Since version 0.10.0, BanyanDB has introduced schema-based validation for all write operations. +We recommend users switch to local implementation according to the [gRPC/HTTP protobuf definitions](https://github.com/apache/skywalking-banyandb-client-proto). + +---- + <img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" /> The client implement for SkyWalking BanyanDB in Java. @@ -8,8 +15,6 @@ The client implement for SkyWalking BanyanDB in Java. [](https://github.com/apache/skywalking) [](https://twitter.com/AsfSkyWalking) -[](https://github.com/apache/skywalking-banyandb-java-client/actions?query=workflow%3ACI%2BAND%2BIT+event%3Aschedule+branch%main) - # Usage ## Create a client
