-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2022-10-03, Server Serverless 2022-10-17
Following SERVER-67155, we will need to modify calls to existing NamespaceString serializers/deserializers to now call the new NamespaceString utils class. This involves modifying call sites directly calling the serializers/deserializers, marked by TODOs modified in SERVER-67155, as well as removing any old functions from NamespaceString as we swap them out. Then we should swap out the serialize and deserialize functions that are set for the IDL "namespace_string" type.
We will likely need to make this utils library available for other libraries to link in as well used with the IDL parser, then write or modify some consumer-side tests to validate that consumers are behaving correctly according to the output of the serializers/deserializers when used with various combinations of the featureFlagRequireTenantId/multiTenancySupport flags.
- is depended on by
-
SERVER-70067 Have DBClientCursor to include tenant information while parsing the returned cursor response in multitenancy environment
- Closed