-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client Changes in Fluid Server Cluster Discovery Feature #9706
Client Changes in Fluid Server Cluster Discovery Feature #9706
Conversation
packages/tools/webpack-fluid-loader/src/multiDocumentServiceFactory.ts
Outdated
Show resolved
Hide resolved
This is to create a new service based on the existing constructor. We can open the documentStorageService.ts to read the parameter names. |
packages/drivers/routerlicious-driver/src/wholeSummaryDocumentStorageService.ts
Outdated
Show resolved
Hide resolved
I am unable to add the parameter names when creating this object. Based on https://stackoverflow.com/questions/45507428/typescript-create-class-via-constructor-passing-in-named-parameters, we need to rewrite the constructor to realize it. We can keep it as it is right now. :) |
To implement Fluid Server Cluster discovery, we need to add the following changes to the Client side: