You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2021/03/17 19:57:00 UTC

[jira] [Created] (KAFKA-12490) Forwarded requests should use timeout from request when possible

Jason Gustafson created KAFKA-12490:
---------------------------------------

             Summary: Forwarded requests should use timeout from request when possible
                 Key: KAFKA-12490
                 URL: https://issues.apache.org/jira/browse/KAFKA-12490
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson
            Assignee: Boyang Chen


Currently forwarded requests timeout according to the broker configuration `request.timeout.ms`. However, some requests, such as CreateTopics and DeleteTopics have their own timeouts that are part of the request object. We should try to use these timeouts when possible.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)