chia7712 commented on code in PR #21176:
URL: https://github.com/apache/kafka/pull/21176#discussion_r2637842351
##########
clients/src/main/java/org/apache/kafka/common/requests/ProduceResponse.java:
##########
@@ -164,6 +164,7 @@ public static final class PartitionResponse {
public List<RecordError> recordErrors;
public String errorMessage;
public ProduceResponseData.LeaderIdAndEpoch currentLeader;
+ private Throwable exception;
Review Comment:
The `exception` field might be feeling lonely since it was not invited to
the `hashCode`, `equals`, and `toString` party
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]