-
Notifications
You must be signed in to change notification settings - Fork 436
Closed
Description
Hello,
I would like to be able to bind my gRPC on a dedicated interface.
It seems this is not possible:
- This starter's configuration exposes only a port not an address.
- Extending
GRpcServerBuilderConfigurer
gives access to an already createdNettyServerBuilder
and therefore theaddress
property cannot be changed.
I am new to Spring and to this gRPC starter, so I'm wondering if maybe I have missed something obvious?
The current workaround would be to let the app bind on 0.0.0.0
and rely on a properly configured firewall. I would rather have the app bind to the expected interface.
Thanks,
Metadata
Metadata
Assignees
Labels
No labels