From cf6e4b2b69a49605cff6faf2599e2908d2bd6c4a Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Wed, 23 Apr 2025 14:07:52 -0700 Subject: [PATCH 1/3] DOCSP-48416 add network compression FAQ --- source/faq.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/faq.txt b/source/faq.txt index 8575ba808..23509f964 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -144,6 +144,20 @@ error: ``mongosync`` accepts all other :ref:`connection string options `. +Does ``mongosync`` support network compression? +----------------------------------------------- + +``mongosync`` supports network compression. To enable network compression, +your configuration must meet the following criteria: + +- Your source and destination clusters must have network compression enabled +- Your source and destination cluster connection strings must include the + :urioption:`compressors` connection string option +- Your cluster configurations and connection string options must share at least + one common compressor + +For more information about network compression configuration options, see +:setting:`net.compression.compressors`. Which security and authentication options are supported? -------------------------------------------------------- From 2ec6c1282b5a0cba09fce09a39a862de0b10ad87 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Wed, 23 Apr 2025 15:10:00 -0700 Subject: [PATCH 2/3] changes link to use the option rather than config file reference --- source/faq.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/faq.txt b/source/faq.txt index 23509f964..e3c435a4d 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -156,8 +156,8 @@ your configuration must meet the following criteria: - Your cluster configurations and connection string options must share at least one common compressor -For more information about network compression configuration options, see -:setting:`net.compression.compressors`. +For more information about network compression configuration options, see +:option:`--networkMessageCompressors `. Which security and authentication options are supported? -------------------------------------------------------- From 1637c44f3cb215c2243b0ae3e25111d370d09b21 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Wed, 23 Apr 2025 15:36:54 -0700 Subject: [PATCH 3/3] Add context to link --- source/faq.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/faq.txt b/source/faq.txt index e3c435a4d..32561117b 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -156,8 +156,9 @@ your configuration must meet the following criteria: - Your cluster configurations and connection string options must share at least one common compressor -For more information about network compression configuration options, see -:option:`--networkMessageCompressors `. +For more information about network compression configuration options, see the +:option:`--networkMessageCompressors ` option +in the Database Manual. Which security and authentication options are supported? --------------------------------------------------------