[CXX-2580] Docs: Missing Documentation for Change Streams Created: 27/Sep/22 Updated: 28/Oct/23 Resolved: 08/Mar/23 |
|
| Status: | Closed |
| Project: | C++ Driver |
| Component/s: | Docs Examples |
| Affects Version/s: | None |
| Fix Version/s: | 3.8.0 |
| Type: | Task | Priority: | Unknown |
| Reporter: | Steve Silvester | Assignee: | Kevin Albertson |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | buildfest-2022 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||
| Quarter: | FY24Q1 | ||||||||||||
| Description |
|
We are missing a tutorial on changestreams for C++, we used the example in the repository instead for build fest. |
| Comments |
| Comment by Githook User [ 08/Mar/23 ] |
|
Author: {'name': 'Kevin Albertson', 'email': 'kevin.albertson@mongodb.com', 'username': 'kevinAlbs'}Message:
Will be necessary to insert documents in a separate thread.
use username: alice to satisfy $match stage in Example 4
Repeat iteration until receiving the first document.
fixes this error on g++7.5.0:
fixes this error on g++7.5.0: `no match for 'operator=='`
Fixes VS2015 error: C:\local\boost_1_60_0\boost/optional/optional.hpp(629): error C2664: 'void boost::optional_detail::optional_base<T>::assign_value(bsoncxx::v_noabi::document::value &&,boost::optional_detail::optional_base<T>::is_reference_tag)': cannot convert argument 1 from 'const bsoncxx::v_noabi::document::view' to 'const bsoncxx::v_noabi::document::value &' [C:\data\mci\61c6a13adf46b665b82425a7e8fac2db\mongo-cxx-driver\build\src\mongocxx\test\test_driver.vcxproj]
Co-authored-by: Roberto C. Sánchez <roberto@connexer.com> |