Versions Compared

Key

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

...

A new broker configuration option will be added to limit the total number of connections that may be active on the broker at any time. This is in addition to the existing max.connections.per.ip config that will continue to limit the number of connections from each host ip address. When the limit is reached, new connections will not be accepted until one or more existing connections are closed. The limit will be a dynamic config that can be updated without restarting the broker.

Config option: Name: max.connections Type: Int Default value: Int.MaxValue

...