Re: producer request.timeout.ms needs to be updated in docs
Thanks for pointing this out. Updated the doc. The reason for the change is the following. If the timeout is caused by a problem at the broker, It's actually not very useful to set the timeout too small. After timing out, the producer is likely to resend the data. This adds more load to the broker
producer request.timeout.ms needs to be updated in docs
Seems the default for this is no 1 Online doc shows 1500 Just curious, why was this value updated? Jason