Neha Narkhede created KAFKA-723: ----------------------------------- Summary: Scala's default case class toString() is very inefficient Key: KAFKA-723 URL: https://issues.apache.org/jira/browse/KAFKA-723 Project: Kafka Issue Type: Bug Components: core Affects Versions: 0.8 Reporter: Neha Narkhede Priority: Critical
Request logging is in the critical path of processing requests and we use Scala's default toString() API to log the requests. We should override the toString() in these case classes and log only what is useful. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira