pyms
pyms copied to clipboard
Library of utils to create REST Python Microservices
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.2.2 to 1.2.3. Release notes Sourced from mkdocs's releases. 1.2.3 MkDocs 1.2.3 is a bugfix release for MkDocs 1.2. Aside: MkDocs has a new chat room on...
**Is your feature request related to a problem? Please describe.** Any cool microservices framework has some kind of service discovery. Spring boot has Eureka, but it also has kubernetes. Why...
This PR updates [flask](https://pypi.org/project/flask) from **1.1.4** to **2.0.2**. Changelog ### 2.0.2 ``` ------------- Released 2021-10-04 - Fix type annotation for ``teardown_*`` methods. :issue:`4093` - Fix type annotation for ``before_request`` and...
Create a service to support JWT like https://github.com/python-microservices/oauth
**Describe the bug** Is not a bug per se, since we don't have to change anything in pyms to make it work, what https://github.com/python-microservices/pyms/pull/179 did was ok. The problem is...
**Is your feature request related to a problem? Please describe.** It would be useful that before trying to start a MS, pyms checks that the configuration is using is valid....
With OT, it will be easier to switch backends when we want to. It would solve the metrics part of this issue. https://github.com/python-microservices/pyms/issues/181.
**Is your feature request related to a problem? Please describe.** I see that some services have a way to define default values for it the services, but it doesn't seem...
**Is your feature request related to a problem? Please describe.** Circuit breaker is a key feature on distributed systems. It would be cool to have some way to support it....