You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration-guides/mongodb-atlas.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,15 +106,15 @@ Refer to the instructions above on how to use the current alpha support for Mong
106
106
107
107
**Known Issues (Alpha)**
108
108
109
-
-[ ] MongoDB -> PowerSync Service replication is not optimized for performance yet. We are targeting 2,000+ operations per second for the Beta.
110
-
-[ ] Unhelpful "Something went wrong" error in the Dashboard when PowerSync IPs have not been allowed for Atlas users (Network Access -> IP Access List)
111
-
-[ ] Unhelpful "Something went wrong" error in the Dashboard when `mongodb://` is used for the URI scheme; `mongodb+srv://` must be used
112
-
-[ ]Consistency guarantees are currently _eventually consistent_ — that is, operations can arrive out of order on the client. We are targeting to provide _causal+ consistency_ using `changeStreamPreAndPostImages`
109
+
-[x]**FIXED**: MongoDB -> PowerSync Service replication is not optimized for performance yet. We are targeting 2,000+ operations per second for the Beta.
110
+
-[x]**FIXED**: Unhelpful "Something went wrong" error in the Dashboard when PowerSync IPs have not been allowed for Atlas users (Network Access -> IP Access List)
111
+
-[x]**FIXED**: Unhelpful "Something went wrong" error in the Dashboard when `mongodb://` is used for the URI scheme; `mongodb+srv://` must be used
112
+
-[x]**FIXED**: Consistency guarantees are currently _eventually consistent_ — that is, operations can arrive out of order on the client. We are targeting to provide _causal+ consistency_ using `changeStreamPreAndPostImages`. **Update:** Instances can now be configured to use Post Images to resolve consistency issues.
113
113
114
114
#### Beta (In Progress - ETA 2024Q4)
115
115
-[x] Availability in PowerSync Cloud
116
-
-[] Fully functional diagnostics API
117
-
-[] Validate that TLS connections Just Work ™️ without any additional configuration
118
-
-[] Address all known issues in _Known Issues_
116
+
-[x] Fully functional diagnostics API
117
+
-[x] Validate that TLS connections Just Work ™️ without any additional configuration
0 commit comments