I havn't found it in the document.
2015-11-25 19:40 GMT+08:00 Muqtafi Akhmad :
> but is there any config that limit connections 'globally'? is it only
> limited by host's maximum number of open file descriptor?
>
> Thank you,
>
> On Tue, Nov 24, 2015 at 6:53 PM, 马哲超 wrote:
>
> > There is a conf
but is there any config that limit connections 'globally'? is it only
limited by host's maximum number of open file descriptor?
Thank you,
On Tue, Nov 24, 2015 at 6:53 PM, 马哲超 wrote:
> There is a configuration for broker, "max.connections.per.ip", and default
> is Int.MaxValue.
>
> Here's the
There is a configuration for broker, "max.connections.per.ip", and default
is Int.MaxValue.
Here's the doc: https://kafka.apache.org/documentation.html#brokerconfigs
2015-11-24 18:55 GMT+08:00 Muqtafi Akhmad :
> Hello guys, currently I am trying to figure out some things about Kafka
> broker co