You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/04/21 16:00:34 UTC

[jira] [Commented] (KAFKA-3599) Minor code cleanup

    [ https://issues.apache.org/jira/browse/KAFKA-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251933#comment-15251933 ] 

Matthias J. Sax commented on KAFKA-3599:
----------------------------------------

[~guozhang] if I understand correctly, we remove {{equalsTo()}} and just use {{equals()}}. I also discovered, that {{Windows}} (plural, not singular) has {{equalsTo()}} as well, but the method is never used. For consistency, it might be good to remove {{equalsTo()}} from {{Windows}} completely or rename it to {{equals()}}? What do you think about it?

> Minor code cleanup
> ------------------
>
>                 Key: KAFKA-3599
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3599
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: streams
>            Reporter: Matthias J. Sax
>            Assignee: Matthias J. Sax
>            Priority: Minor
>              Labels: api
>
> - Clean up {{Window.equals()}} and {{Window.equalsTo()}}. Both do the same.
> - remove {{WindowStoreUtils}} from public API, ie, move to sub-package {{internals}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)