Skip to content

Commit cd294c3

Browse files
authored
Add deprecated notice to the project (#106)
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.
1 parent 4cac592 commit cd294c3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
BanyanDB Java Client
1+
~~BanyanDB Java Client~~
22
==========
33

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).
8+
9+
----
10+
411
<img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" />
512

613
The client implement for SkyWalking BanyanDB in Java.
714

815
[![GitHub stars](https://img.shields.io/github/stars/apache/skywalking.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/skywalking)
916
[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](https://twitter.com/AsfSkyWalking)
1017

11-
[![CI/IT Tests](https://github.com/apache/skywalking-banyandb-java-client/workflows/CI%20AND%20IT/badge.svg?branch=main)](https://github.com/apache/skywalking-banyandb-java-client/actions?query=workflow%3ACI%2BAND%2BIT+event%3Aschedule+branch%main)
12-
1318
# Usage
1419

1520
## Create a client

0 commit comments

Comments
 (0)