You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/24 23:38:09 UTC

[GitHub] merlimat closed pull request #2839: Fix the document format in example/flink-consumer-source

merlimat closed pull request #2839: Fix the document format in example/flink-consumer-source
URL: https://github.com/apache/pulsar/pull/2839
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/examples/flink-consumer-source/README.md b/examples/flink-consumer-source/README.md
index 804a9d3b85..16c88f1c43 100644
--- a/examples/flink-consumer-source/README.md
+++ b/examples/flink-consumer-source/README.md
@@ -73,13 +73,13 @@ The steps to run the example:
 6. You can check the flink taskexecutor `.out` file. The `.out` file will print the counts at the end of each time window as long as words are floating in, e.g.:
 
     ```shell
-PulsarConsumerSourceWordCount.WordWithCount(word=hello, count=200)
-PulsarConsumerSourceWordCount.WordWithCount(word=again, count=200)
-PulsarConsumerSourceWordCount.WordWithCount(word=test, count=200)
-PulsarConsumerSourceWordCount.WordWithCount(word=world, count=200)
-PulsarConsumerSourceWordCount.WordWithCount(word=hello, count=100)
-PulsarConsumerSourceWordCount.WordWithCount(word=again, count=100)
-PulsarConsumerSourceWordCount.WordWithCount(word=test, count=100)
+    PulsarConsumerSourceWordCount.WordWithCount(word=hello, count=200)
+    PulsarConsumerSourceWordCount.WordWithCount(word=again, count=200)
+    PulsarConsumerSourceWordCount.WordWithCount(word=test, count=200)
+    PulsarConsumerSourceWordCount.WordWithCount(word=world, count=200)
+    PulsarConsumerSourceWordCount.WordWithCount(word=hello, count=100)
+    PulsarConsumerSourceWordCount.WordWithCount(word=again, count=100)
+    PulsarConsumerSourceWordCount.WordWithCount(word=test, count=100)
     ```
 
 Alternatively, when you run the flink word count example at step 4, you can choose dump the result to another pulsar topic.


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services