-
Type: Task
-
Resolution: Unresolved
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Go Drivers
Context
The TopologyKind and ServerKind type defined in x/mongo/driver/description/topology.go do not need to be a uint32. Converting to a string type would enhance readability in development and remove the need to convert to a string when publishing events.
Definition of done
Update the experimental TopologyKind and ServerKind type to string.
Pitfalls
NA