fetch_max_wait_ms

The fetch_max_wait_ms is a parameter used to determine the maximum amount of time, in milliseconds, that a fetch operation should wait for a response before timing out. This allows you to control the duration of fetch requests and manage your application's performance effectively. Adjusting this value can help balance the trade-off between response times and waiting durations. Implementing an optimal waiting time will enhance the overall efficiency of your fetch operations.