GitHub user drennings opened a pull request: https://github.com/apache/kafka/pull/2710
Fix-KAFKA-4922 - Minor FindBugs warning fixes Minor one line adaptations to one bad practice and three performance warnings https://issues.apache.org/jira/browse/KAFKA-4922 You can merge this pull request into a Git repository by running: $ git pull https://github.com/delftswa2017/kafka fix-KAFKA-4922 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2710.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 #2710 ---- commit 5fcc4584d2f325034eb1e6e8708bd7db2dabb08b Author: Steven Schlansker <sschlans...@opentable.com> Date: 2017-02-16T05:19:15Z KAFKA-2740: Add a KStream#peek(ForeachAction<K, V>) in DSL https://issues.apache.org/jira/browse/KAFKA-4720 Peek is a handy method to have to insert diagnostics that do not affect the stream itself, but some external state such as logging or metrics collection. Author: Steven Schlansker <sschlans...@opentable.com> Reviewers: Damian Guy, Matthias J. Sax, Eno Thereska, Guozhang Wang Closes #2493 from stevenschlansker/kafka-4720-peek commit 6a6f488108a5b89f694f2c40b2d18b279c248d85 Author: daan rennings <daanrenni...@hotmail.com> Date: 2017-03-20T13:37:19Z Fixed adherence to java.lang.Object.equals in Bytes.java commit a4c83ec0b286ddc813d13951b57cccda6e5a4d98 Author: daan rennings <daanrenni...@hotmail.com> Date: 2017-03-20T13:43:48Z Fixed boxed primitive in Decimal.java commit 92342a953c006a997180ebb6289249e390dc8c47 Author: daan rennings <daanrenni...@hotmail.com> Date: 2017-03-20T13:48:21Z Fixed two boxed primitives in Worker.java commit 6c38737049c4eaedfad3cfb87fc227825402f315 Author: daan rennings <daanrenni...@hotmail.com> Date: 2017-03-20T13:51:08Z Fixed boxed primitive in ConnectorTaskId.java ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---