[ https://issues.apache.org/jira/browse/KAFKA-6993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501427#comment-16501427 ]
ASF GitHub Bot commented on KAFKA-6993: --------------------------------------- dongjinleekr opened a new pull request #5136: [KAFKA-6993] Fix defective documentations for KStream/KTable methods URL: https://github.com/apache/kafka/pull/5136 1. Fix the documentation of following methods, e.g., making more detailed description for the overloaded methods: - KStream#join - KStream#leftJoin - KStream#outerJoin - KTable#filter - KTable#filterNot - KTable#mapValues - KTable#transformValues - KTable#join - KTable#leftJoin - KTable#outerJoin 2. (trivial) with possible new type -> with possibly new type. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Fix 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 > Priority: Minor > > 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)