-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support registration in Consul and created a driver to connect other Services Discovery #221
Conversation
@Agalin @alexppg is it ok as a simple service discovery for Consul? I want to add these days ACL validations and tokens 👍 |
Pull Request Test Coverage Report for Build 1125
💛 - Coveralls |
ACL is nice but I wonder how would client-specific configuration options be handled? Is there any plan (maybe in tracer as there are 2 clients already) how should that be done? |
Added a fork from https://github.com/gmr/consulate
I added all the requests you did @Agalin :)
|
Woah. There is a lot of linter fixes. Service itself looks fine to me although I've been talking about forking (e.g. into |
I moved all code into PyMS because I can't upload a new version of consulte to Pip. But... I could create a fork and create a package "pyms-consulate", upload to pip and use it as dependency, in your opinion @Agalin , is it a good solution? |
That's exactly what I mean by |
+1 to forking and have a new package! |
Ready this PR! :) This is the fork: |
Yeah imo it's fine. |
Fixes #190 #178
Changes proposed in this PR: