Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instantiating a new client may result in a fatal failure if the bootstrap server cannot be resolved due to potential misconfiguration or transient network issues such as slow DNS. This is suboptimal for several reasons, including the fact that the ConfigException exception type does not accurately reflect the root cause of the problem. It would be more effective to provide a grace period for retry attempts before ultimately failing.

...