You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Lee Dongjin (JIRA)" <ji...@apache.org> on 2018/06/05 07:39:00 UTC

[jira] [Created] (KAFKA-6993) Defective documentations for KStream/KTable methods

Lee Dongjin created KAFKA-6993:
----------------------------------

             Summary: Defective documentations for KStream/KTable methods
                 Key: KAFKA-6993
                 URL: https://issues.apache.org/jira/browse/KAFKA-6993
             Project: Kafka
          Issue Type: Bug
          Components: documentation, streams
            Reporter: Lee Dongjin
            Assignee: Lee Dongjin


Some KStream/KTable methods, mainly join methods, are providing same documentation for the default methods and overloaded methods:
 * KStream#join
 * KStream#leftJoin
 * KStream#outerJoin
 * KTable#filter
 * KTable#filterNot
 * KTable#mapValues
 * KTable#transformValues
 * KTable#join
 * KTable#leftJoin
 * KTable#outerJoin

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)