You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In one of my applications, I've implemented a procedure of calling kafkerl:request_metadata() whenever I receive a Kafka based error to a data request. I've noticed that when the volume of requests are high during a cluster rebalance, the metadata request isn't being made. Instead the cooldown logic is blocked in this case. I suggest the following:
Hi Hernán,
In one of my applications, I've implemented a procedure of calling
kafkerl:request_metadata()
whenever I receive a Kafka based error to a data request. I've noticed that when the volume of requests are high during a cluster rebalance, the metadata request isn't being made. Instead the cooldown logic is blocked in this case. I suggest the following:https://github.com/HernanRivasAcosta/kafkerl/blob/master/src/kafkerl_connector.erl#L341
The text was updated successfully, but these errors were encountered: