Skip to content
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

Is this correct that both gateway-service.yml and proxy-service.yml using same port 8060 ? #14

Closed
ghost opened this issue Dec 22, 2018 · 8 comments

Comments

@ghost
Copy link

ghost commented Dec 22, 2018

Is this correct that both gateway-service.yml and proxy-service.yml using same port 8060 ?

@GuiF007
Copy link

GuiF007 commented Jan 6, 2019

Yes, because proxy-service is an alternative API gateway based on Netflix Zuul to gateway-service based on Spring Cloud Gateway.

@joramkimata
Copy link

I got this error


APPLICATION FAILED TO START


Description:

Web server failed to start. Port 8060 was already in use.

Action:

Identify and stop the process that's listening on port 8060 or configure this application to listen on another port.

@GuiF007
Copy link

GuiF007 commented Jan 11, 2019

Start only ONE of between gateway-service and proxy-service...

@ghost
Copy link
Author

ghost commented Jan 13, 2019

Thanks ! Could you please update this is readme ? This will certainly help newbie.

@joramkimata
Copy link

@GuiF007 when start gateway only you wont be able to access swagger through the gateway....

@GuiF007
Copy link

GuiF007 commented Jan 15, 2019

@Biggo6 Yeap you're right, because gateway-service is not compatible with...

@ghost
Copy link
Author

ghost commented Jan 19, 2019

The instructions has to be clear. To solve this error and learn more on microservices, I purchased the Mastering in Spring Cloud, still there as well instructions are not clear. This leads to lot of confusion. I request owner of the book to add detailed steps.

@piomin
Copy link
Owner

piomin commented Jan 20, 2019

Ok, I'm closing this issue. You can always change the port, but running two gateways which ale an alternative does not really have sense.

@piomin piomin closed this as completed Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants