vvcephei commented on a change in pull request #10744:
URL: https://github.com/apache/kafka/pull/10744#discussion_r640837839



##########
File path: streams/src/main/java/org/apache/kafka/streams/processor/To.java
##########
@@ -89,4 +89,11 @@ public int hashCode() {
         throw new UnsupportedOperationException("To is unsafe for use in Hash 
collections");
     }
 
+    @Override
+    public String toString() {
+        return "To{" +

Review comment:
       I just didn't bother because there's no place it would actually be 
printed unless a test is failing. We can give more thought to the string format 
later on as needed.




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to