This is an automated email from the ASF dual-hosted git repository. alexpl pushed a commit to branch ignite-2.15 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit a3abaec130e5f17d298531d985183832d5152f5b Author: liyujue <[email protected]> AuthorDate: Tue Apr 11 11:38:58 2023 +0300 IGNITE-18260 Documentation: Fix thin client features - Fixes #10401. Signed-off-by: Aleksey Plekhanov <[email protected]> (cherry picked from commit b6a1b9bc4bc76f3060f917c64866360ea9125978) --- docs/_docs/thin-client-comparison.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_docs/thin-client-comparison.csv b/docs/_docs/thin-client-comparison.csv index 8044052d1d0..1c9bd884543 100644 --- a/docs/_docs/thin-client-comparison.csv +++ b/docs/_docs/thin-client-comparison.csv @@ -4,16 +4,16 @@ 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} +Async Operations,{yes},{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 Transactions,{yes},{yes},{yes},No,No,No Cluster API,{yes},{yes},No,No,No,No Compute API,{yes},{yes},{yes},No,No,No -Continuous queries,{yes},{yes},No,No,No,No +Continuous queries,{yes},{yes},{yes},No,No,No Service invocation,{yes},{yes},No,No,No,No -Server Discovery,No,{yes},No,No,No,No +Server Discovery,{yes},{yes},No,No,No,No Server Discovery in Kubernetes,{yes},No,No,No,No,No Data Streamer,No,{Yes},No,No,No,No Retry Policy,{yes},{yes},No,No,No,No \ No newline at end of file
