fix: make default MaxWaitTime 500ms Browse files Both the official Java client and librdkafka default to using a default of 500ms for the fetch.max.wait.ms to avoid excessive network usage for low throughput topics. Updating Sarama to do the same....
Type of change Enhancement Proposed commit message Added default values for websocket retries & put a cap on waitTime to be <= waitMax. Updated the documentation accordingly. Capping the waitMax ...