Sharing spring boot web netty container
See original GitHub issueWhen I use spring-cloud-starter-zookeeper-discovery
that it depend on spring-boot-starter-web
, it happens there are two netty contariners. There are two server port that one is server port default by springboot ,one is grpc.port.I want to retain one netty container, Could it be adopted?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How to use spring boot netty? | Examples - eduCBA
1) Create project template using spring initializer and give name to project – ... In the below step, we have provided project group...
Read more >Spring Boot Reactor Netty Configuration - Baeldung
In this tutorial, we're going to look at different configuration options for a Reactor Netty server in a Spring Boot application.
Read more >28. Developing Web Applications - Spring
Spring Boot is well suited for web application development. You can create a self-contained HTTP server by using embedded Tomcat, Jetty, Undertow, or...
Read more >How can I start web containter and netty server in different ...
I never see the 9061 port. java · spring · sockets · spring-boot · netty · Share.
Read more >Netty vs Spring Boot | What are the differences? - StackShare
js/ ExpressJS or other frameworks. Please share some good beginner resources to start learning about spring/spring boot framework to build the web apps....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Maybe, but I don’t know how. (But it sounds like a good option)
According to the README, that one will also run on two ports. Am I missing something here?