[ https://issues.apache.org/jira/browse/KAFKA-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404900#comment-15404900 ]
ASF GitHub Bot commented on KAFKA-4014: --------------------------------------- GitHub user rekhajoshm opened a pull request: https://github.com/apache/kafka/pull/1697 KAFKA-4014; Using Collections.singletonList instead of Arrays.asList for single arguments Using Collections.singletonList instead of Arrays.asList for single arguments You can merge this pull request into a Git repository by running: $ git pull https://github.com/rekhajoshm/kafka KAFKA-4014 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1697.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 #1697 ---- commit c9a66992b1095616f87c5748f210b973ebc7eb01 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-05-26T17:48:37Z Merge pull request #2 from apache/trunk Apache Kafka trunk pull commit 8d7fb005cb132440e7768a5b74257d2598642e0f Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-05-30T21:37:43Z Merge pull request #3 from apache/trunk Apache Kafka trunk pull commit fbef9a8fb1411282fbadec46955691c3e7ba2578 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-04T23:58:02Z Merge pull request #4 from apache/trunk Apache Kafka trunk pull commit 172db701bf9affda1304b684921260d1cd36ae9e Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-06T22:10:31Z Merge pull request #6 from apache/trunk Apache Kafka trunk pull commit 9d18d93745cf2bc9b0ab4bb9b25d9a31196ef918 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-07T19:36:45Z Merge pull request #7 from apache/trunk Apache trunk pull commit 882faea01f28aef1977f4ced6567833bcf736840 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-13T20:01:43Z Merge pull request #8 from confluentinc/trunk Apache kafka trunk pull commit 851315d39c0c308d79b9575546822aa932c46a09 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-06-27T17:34:54Z Merge pull request #9 from apache/trunk Merge Apache kafka trunk commit 613f07c2b4193302c82a5d6eaa1e53e4b87bfbc1 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-07-09T17:03:45Z Merge pull request #11 from apache/trunk Merge Apache kafka trunk commit 150e46e462cc192fb869e633f6d9ab681e7b83f9 Author: Rekha Joshi <rekhajo...@gmail.com> Date: 2016-08-02T19:44:09Z Merge pull request #12 from apache/trunk Apache Kafka trunk pull commit df223ee5a8c65d5e699b7c51f45df794c7acde9e Author: Joshi <rekhajo...@gmail.com> Date: 2016-08-02T22:10:18Z KAFKA-4014; Using Collections.singletonList instead of Arrays.asList for single arguments ---- > Use Collections.singletonList instead of Arrays.asList for single arguments > --------------------------------------------------------------------------- > > Key: KAFKA-4014 > URL: https://issues.apache.org/jira/browse/KAFKA-4014 > Project: Kafka > Issue Type: Improvement > Components: clients > Affects Versions: 0.9.0.1 > Reporter: Rekha Joshi > Assignee: Rekha Joshi > Priority: Minor > > Usage of Collections.singletonList instead of Arrays.asList for single > arguments better for performance -- This message was sent by Atlassian JIRA (v6.3.4#6332)