-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Private API
-
None
Currently AppMetadata exists under Cluster but there's no reason for this relationship. Furthermore AppMetadata pokes into cluster options which is also unnecessary.
- Move AppMetadata to be under Server, for consistency with our Connection classes
- Document options that its constructor takes
- Passing cluster's options (rather than client's options) to AppMetadata can be left alone for now