question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sharing spring boot web netty container

See original GitHub issue

When 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:open
  • Created 2 years ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ST-DDTcommented, Nov 17, 2021

Maybe, but I don’t know how. (But it sounds like a good option)

0reactions
whiskeysierracommented, Nov 17, 2021

According to the README, that one will also run on two ports. Am I missing something here?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found