-
Notifications
You must be signed in to change notification settings - Fork 80
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
Question: How to do versioning for services #21
Comments
Right now, we don't have a way for now. Can't we simply change the service name? |
Yes we could but I guess it would be nicer to have one service with versions instead of one service with multiple names?! Also since the versioning is pretty standardized with semantic versioning we could benefit from that. I can imagine that a lot of tooling could be developed for a huge microservices architecture, like a micro-service-dependcy tool etc. So a standard way of versioning might be practical!? If the versioning is optional it would also do no harm. Would you have a look to a PR if I make one? ;) |
I think I'm okay with that. I think, I like |
All right. PR coming soon :) |
Awesome. |
👍 |
fyi: Soon will be little later since versioning is a bit more complicated since there are quite a lot of parts involved (proxy, store etc.) |
And I might have to change the store part a bit too. Don't worry. It just On Mon, Mar 16, 2015 at 3:20 PM Manuel Schoebel [email protected]
|
Hi @arunoda,
if you have a lot of serivces and one changes from 1.0.0 to 2.0.0 including breaking "API" changes. How can I control that?
By naming conventions of the service?
Or would it be an idea to register like
The text was updated successfully, but these errors were encountered: