You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/11/11 09:01:06 UTC

[GitHub] [kafka] zhangyue19921010 opened a new pull request #9586: MINOR: Fix documentation for Kafka Quick Start Demo Code

zhangyue19921010 opened a new pull request #9586:
URL: https://github.com/apache/kafka/pull/9586


   In 1.3 Quick Start, STEP 7: PROCESS YOUR EVENTS WITH KAFKA STREAMS. There is a demo to implement the popular WordCount algorithm using Kafka Streams.
   
   But these code can't run directly, because there is an extra `(` after `.to("output-topic"` .
   This PR removed the extra brackets in the demo code.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] chia7712 merged pull request #9586: MINOR: Fix documentation for Kafka Quick Start Demo Code

Posted by GitBox <gi...@apache.org>.
chia7712 merged pull request #9586:
URL: https://github.com/apache/kafka/pull/9586


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] zhangyue19921010 commented on pull request #9586: MINOR: Fix documentation for Kafka Quick Start Demo Code

Posted by GitBox <gi...@apache.org>.
zhangyue19921010 commented on pull request #9586:
URL: https://github.com/apache/kafka/pull/9586#issuecomment-725842776


   Thanks for your review and merge!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] zhangyue19921010 edited a comment on pull request #9586: MINOR: Fix documentation for Kafka Quick Start Demo Code

Posted by GitBox <gi...@apache.org>.
zhangyue19921010 edited a comment on pull request #9586:
URL: https://github.com/apache/kafka/pull/9586#issuecomment-725842776


   @chia7712 Thanks for your review and merge!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org