From aebad1636b09b98ba8ace1791050160e0e8a48cd Mon Sep 17 00:00:00 2001 From: Zhichun Wu Date: Sun, 26 Jun 2022 22:44:59 +0800 Subject: [PATCH] Correct readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fe72425a..751582401 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note: in general, the new driver(v0.3.2) is a few times faster with less memory | Category | Feature | Supported | Remark | | ----------------- | -------------------------------------------------------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | API | [JDBC](https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/) | :white_check_mark: | | -| | [R2DBC](https://r2dbc.io/) | :white_check_mark: | 1.0.0GA was supported since 0.3.2-patch10 | +| | [R2DBC](https://r2dbc.io/) | :x: | will be supported in 0.3.3 | | Protocol | [HTTP](https://clickhouse.com/docs/en/interfaces/http/) | :white_check_mark: | recommended, defaults to `java.net.HttpURLConnection` and can be changed to `java.net.http.HttpClient`(faster but less stable) | | | [gRPC](https://clickhouse.com/docs/en/interfaces/grpc/) | :white_check_mark: | still experimental, works with 22.3+, known to has [issue](https://github.com/ClickHouse/ClickHouse/issues/28671#issuecomment-1087049993) when using LZ4 compression | | | [TCP/Native](https://clickhouse.com/docs/en/interfaces/tcp/) | :white_check_mark: | `clickhouse-cli-client`(wrapper of ClickHouse native command-line client) was added in 0.3.2-patch10, `clickhouse-tcp-client` will be available in 0.3.3 |