@LocalRunningGrpcPort fails without explicitly configured grpc.port
See original GitHub issueThe README says configuring grpc.port
is optional and it will default to 6565
but without configuring it my application fails at startup with IllegalArgumentException: Could not resolve placeholder 'grpc.port' in value "grpc.port !=0 ? ${grpc.port}:${local.grpc.port}"
Issue Analytics
- State:
- Created 5 years ago
- Comments:11
Top Results From Across the Web
Trouble-Shooting | grpc-spring-boot-starter - GitHub Pages
This section describes some common errors with this library and grpc in general, ... Server port already in use; Client fails to resolve...
Read more >Authentication - gRPC
An overview of gRPC authentication, including built-in auth mechanisms, and how to plug in your own authentication systems.
Read more >9. gRPC
The gRPC service runs on port 57400 by default in SR OS. The service is not configurable. A single gRPC server supports concurrent...
Read more >Chapter: gRPC Agent - Cisco Nexus 9000 Series Switches
Configuring the gRPC Agent for Cisco NX-OS Release 9.3(3) and Later · grpc port. Configure the port number. The range of port-id is...
Read more >Configure gRPC - XRPL.org
Caution: gRPC support is intended specifically for providing data to reporting mode servers from P2P mode servers. Breaking changes to the gRPC API...
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
Sorry for the late response. It works! THX
@nucle , I’ve added the test to simulate your case, it’s passed OK. If you still experiencing the problem, feel free to open the issue.