You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,20 @@
1
-
BanyanDB Java Client
1
+
~~BanyanDB Java Client~~
2
2
==========
3
3
4
+
# Deprecated
5
+
**Don't plan to update Java Client SDK since BanyanDB 0.9.0.**
6
+
Since version 0.10.0, BanyanDB has introduced schema-based validation for all write operations.
7
+
We recommend users switch to local implementation according to the [gRPC/HTTP protobuf definitions](https://github.com/apache/skywalking-banyandb-client-proto).
0 commit comments