This is an automated email from the ASF dual-hosted git repository.
mmuzaf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 930ab400373 IGNITE-17284 Fix supported thin client features list on
documentation (#10127)
930ab400373 is described below
commit 930ab400373fa1ed3b1de6dc88fc98d95115b48d
Author: Maxim Muzafarov <[email protected]>
AuthorDate: Fri Jul 1 12:18:47 2022 +0300
IGNITE-17284 Fix supported thin client features list on documentation
(#10127)
* IGNITE-17284 Fix supported features list on documentation
* IGNITE-17284 Fix review
---
docs/_docs/thin-client-comparison.csv | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/docs/_docs/thin-client-comparison.csv
b/docs/_docs/thin-client-comparison.csv
index bf5eb80e049..8044052d1d0 100644
--- a/docs/_docs/thin-client-comparison.csv
+++ b/docs/_docs/thin-client-comparison.csv
@@ -3,15 +3,17 @@ Scan Query,{yes},{yes},No,{yes},{yes},{yes}
Scan Query with a filter,{yes},{yes},No,No,No,No
SqlFieldsQuery,{yes},{yes},No,{yes},{yes},{yes}
Binary Object API,{yes},{yes},No,No,{yes},{yes}
+Failover,{yes},{yes},{yes},{yes},{yes},{yes}
Async Operations,No,{yes},No,{yes},{yes},{yes}
SSL/TLS,{yes},{yes},{yes},{yes},{yes},{yes}
Authentication,{yes},{yes},{yes},{yes},{yes},{yes}
Partition Awareness,{yes},{yes},{yes},{yes},{yes},No
-Failover,{yes},{yes},{yes},{yes},{yes},{yes}
-Transactions,{yes},{yes},No,No,No,No
+Transactions,{yes},{yes},{yes},No,No,No
Cluster API,{yes},{yes},No,No,No,No
-Compute,{yes},{yes},No,No,No,No
+Compute API,{yes},{yes},{yes},No,No,No
+Continuous queries,{yes},{yes},No,No,No,No
Service invocation,{yes},{yes},No,No,No,No
Server Discovery,No,{yes},No,No,No,No
Server Discovery in Kubernetes,{yes},No,No,No,No,No
-Continuous queries,{yes},{yes},No,No,No,No
\ No newline at end of file
+Data Streamer,No,{Yes},No,No,No,No
+Retry Policy,{yes},{yes},No,No,No,No
\ No newline at end of file