This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 92f8c0b chore: update readme to mark it as official rust client (#88)
92f8c0b is described below
commit 92f8c0bd920ab05a2b024acc7b42c45e5be544d2
Author: yuxia Luo <[email protected]>
AuthorDate: Sat Dec 13 15:17:44 2025 +0800
chore: update readme to mark it as official rust client (#88)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6caaebb..ee9478c 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Rust implementation of [Apache
Fluss™](https://fluss.apache.org/).
It bridges the gap between streaming data and the data Lakehouse by enabling
low-latency, high-throughput data ingestion and processing while seamlessly
integrating with popular compute engines.
## Why Fluss Rust Client
-It's an unofficial experimental Rust client for interacting with Fluss. This
client provides foundational capabilities for table management and log
streaming operations, enabling developers to explore Fluss within Rust
ecosystems.
+It's an official Rust client for interacting with Fluss. This client provides
foundational capabilities for table management and log streaming operations,
enabling developers to explore Fluss within Rust ecosystems.
## Quick-Start