[ https://issues.apache.org/jira/browse/KAFKA-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15438139#comment-15438139 ]
ASF GitHub Bot commented on KAFKA-4070: --------------------------------------- GitHub user shikhar opened a pull request: https://github.com/apache/kafka/pull/1790 KAFKA-4070: implement Connect Struct.toString() You can merge this pull request into a Git repository by running: $ git pull https://github.com/shikhar/kafka add-struct-tostring Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1790.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1790 ---- commit 00a47cca8f18f9de8f69718fc41c02a2162e07c6 Author: Shikhar Bhushan <shik...@confluent.io> Date: 2016-08-25T23:38:27Z KAFKA-4070: implement Connect Struct.toString() ---- > Implement a useful Struct.toString() > ------------------------------------ > > Key: KAFKA-4070 > URL: https://issues.apache.org/jira/browse/KAFKA-4070 > Project: Kafka > Issue Type: Improvement > Components: KafkaConnect > Reporter: Shikhar Bhushan > Priority: Minor > > Logging of {{Struct}}'s does not currently provide any useful output, and > users also find it unhelpful e.g. when hooking up a Kafka topic with Avro > data with the {{FileSinkConnector}} which simply {{toString()}}'s the values > to the file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)