You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URL's are very similar in both services i.e.:
http://{{url}}/core-migration/migration/migrate/
http://{{url}}/core-facade/migration/migrate/
For some reason swagger-combined can't tell the different and only one of the modules is listed in the docs. In my case it's the migration module. When I slightly change the URL for the facade it's working in both modules.
To sum it up... different endpoints... same url schema... only one of the endpoints is recognized by swagger-combined. When I change one character making the paths to be different... everything works fine.
Any tips how to fix that?
The text was updated successfully, but these errors were encountered:
hugree
changed the title
Two microservices with different path, but same services
Two microservices with different endpoint, but same services & similar path
Jul 25, 2016
I do have same issue. We have different version for same service (V1,V2,V3) so URL remain same.
in swagger, we show like v2/api-docs?group=v1 & v2/api-docs?group=v2. Can you let me know how to handle this.
Currently, it show only one url
I have 11 microservices in my project for the most part your application is working fine.
But one of those microservies is a facade for one of of those other modules.
My configuration is as follows
and
URL's are very similar in both services i.e.:
http://{{url}}/core-migration/migration/migrate/
http://{{url}}/core-facade/migration/migrate/
For some reason swagger-combined can't tell the different and only one of the modules is listed in the docs. In my case it's the migration module. When I slightly change the URL for the facade it's working in both modules.
To sum it up... different endpoints... same url schema... only one of the endpoints is recognized by swagger-combined. When I change one character making the paths to be different... everything works fine.
Any tips how to fix that?
The text was updated successfully, but these errors were encountered: