-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
C Drivers
-
Not Needed
-
Scope
Deprecate the "_hint" functions are used to set/get a server ID:
- mongoc_bulk_operation_set_hint
- mongoc_bulk_operation_get_hint
- mongoc_cursor_set_hint
- mongoc_cursor_get_hint
And add alternative names replacing "hint" with "server_id" (or "serverid").
Background & Motivation
See this comment: https://github.com/mongodb/mongo-c-driver/pull/1590/files#r1595496465
- is depended on by
-
PHPC-2398 Use server_id methods instead of deprecated hint methods in libmongoc
- Closed