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

ASF GitHub Bot commented on KAFKA-6871:
---------------------------------------

miguno opened a new pull request #4971: KAFKA-6871: KStreams Scala API: 
incorrect Javadocs and misleading parameter name
URL: https://github.com/apache/kafka/pull/4971
 
 
   See PR title. This is a minor fix.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
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


> KStreams Scala API: incorrect Javadocs and misleading parameter name
> --------------------------------------------------------------------
>
>                 Key: KAFKA-6871
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6871
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Michael Noll
>            Priority: Minor
>
> The single parameter for function
> {code:java}
> def transform[K1, V1](transformerSupplier: Transformer[K, V, (K1, V1)], 
> stateStoreNames: String*): KStream[K1, V1]{code}
> is a {{Transformer}}, not a {{TransformerSupplier}}.
> The parameter should be renamed and the javadocs should be updated, too.
> [https://github.com/apache/kafka/blob/trunk/streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/kstream/KStream.scala]



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

Reply via email to