-
Notifications
You must be signed in to change notification settings - Fork 63
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
Consider creating separate Host and Client NuGet packages #42
Comments
Hi @jkonecki, I totally agree and was considering it as soon as I added the Yams client Api but got a bit lazy and postponed it. I'm actually considering three NuGet packages at this point:
|
Can this wait until the next release that would hopefully include the load balancer feature described in #43 ? |
I see no problem with waiting. |
Done. The NuGet is Etg.Yams.Client. |
Finally, the answer to Life, Universe and Everything! But which package do I need to install to find the question? ;-) |
:) Etg.Yams for deploying Yams and Etg.Yams.Client for apps that use health features. |
The new advanced client features (monitored deployments, health checks, graceful shutdown) require yams applications to reference YAMS NuGet package to use YAMS client.
Currently YAMS NuGet package contains several dependencies that are not needed by the client, 'polluting' package dependencied of the client application. This also increases the risk of conflicts between versions required by YAMS and the application.
What is more, Client NuGet package will probably evolve slover than the host so it can be versioned separatelly.
I think a separate NuGet packages for Host and Client will minimize the impact on using advanced YAMS features in individual applications.
The text was updated successfully, but these errors were encountered: