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.

Configure bind address

See original GitHub issue

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 created NettyServerBuilder and therefore the address 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,

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
sshortcommented, Jul 9, 2019

Hi,

what’s the state of this, please? I was thinking of adding this myself.

Thanks Steve

0reactions
jvmletcommented, Oct 27, 2020

It’s better later than never 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Configure BIND as a Private Network DNS Server on ...
In this tutorial, we will go over how to set up an internal DNS server, using the BIND name server software (BIND9) on...
Read more >
How to bind MySQL server to more than one IP address?
As of MySQL 8.0.13, --bind-address accepts a single value as just described, or a list of comma-separated values. When the option names a...
Read more >
Getting Started with the BIND DNS Server - Adam the Automator
Learn how to build and manage your own secure BIND DNS Server, and this step-by-step tutorial is the best way to get started!...
Read more >
How to use the Linux BIND command to install and configure ...
Configure the /etc/named.conf file. First, add or edit the two values in the options field. One is the DNS server address, and the...
Read more >
How to Change MySQL Bind Address - Linux Hint
How to Change MySQL Bind Address · Step 1 – Edit the MySQL Configuration · Step 2 – Restart MySQL · Step 3...
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