You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "David Jacot (Jira)" <ji...@apache.org> on 2022/04/13 08:02:00 UTC

[jira] [Created] (KAFKA-13828) Ensure reasons sent by the consumer are small

David Jacot created KAFKA-13828:
-----------------------------------

             Summary: Ensure reasons sent by the consumer are small
                 Key: KAFKA-13828
                 URL: https://issues.apache.org/jira/browse/KAFKA-13828
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: David Jacot
            Assignee: David Jacot


In KIP-800, we added the reason field to the JoinGroupRequest. This field is populated by the AbastractCordinator and its descendent. While reviewing Kafka Streams logs, I have noticed that a few reasons contains the string representation of rather large objects (e.g. assignment).

We should ensure that reasons are kept reasonably small.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)