Copilot commented on code in PR #908:
URL: 
https://github.com/apache/skywalking-banyandb/pull/908#discussion_r2637502609


##########
docs/interacting/client.md:
##########
@@ -0,0 +1,11 @@
+## Client APIs
+
+Clients can connect to the BanyanDB server — or to a **liaison** node in a 
cluster deployment — via **gRPC** or **HTTP**.  
+The **liaison** acts as a gateway node that routes client requests and 
coordinates interactions within the cluster.  
+Through this connection, clients can **query** existing data or **perform bulk 
data writes**.
+
+All Protocol Buffer (`.proto`) definitions used by the client are maintained 
in the  
+[BanyanDB Client Proto Definitions 
Repository](https://github.com/apache/skywalking-banyandb-client-proto).
+
+Since version **0.10.0**, BanyanDB introduces **schema-based validation** for 
all write operations.  
+Each write request must strictly follow the schema definitions defined in the 
database to ensure data consistency and integrity.

Review Comment:
   Grammar issue: "schema definitions defined" is redundant. Consider 
rephrasing to "Each write request must strictly follow the schemas defined in 
the database to ensure data consistency and integrity." or "Each write request 
must strictly adhere to the schema definitions in the database to ensure data 
consistency and integrity."
   ```suggestion
   Each write request must strictly follow the schemas defined in the database 
to ensure data consistency and integrity.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to