GitHub user tyronecai opened a pull request:

    https://github.com/apache/kafka/pull/2752

    Using English characters to prevent garbled characters

    to fix garbled characters
    
        Stream as Table: A stream can be considered a changelog of a table, 
where each data record in the stream captures a state change of the table. A 
stream is thus a table in disguise, and it can be easily turned into a 
鈥渞eal鈥� table by replaying the changelog from beginning to end to 
reconstruct the table.   Similarly, in a more general analogy, aggregating data 
records in a stream 鈥� such as computing the   total number of pageviews by 
user from a stream of pageview events 鈥� will return a table (here with the 
key and the value being the user and its corresponding pageview count, 
respectively).
        Table as Stream: A table can be considered a snapshot, at a point in 
time, of the latest value for each key in a stream (a stream's data records are 
key-value pairs). A table is thus a stream in disguise, and it can be easily 
turned into a 鈥渞eal鈥� stream by iterating over each key-value entry in 
the table.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tyronecai/kafka trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2752.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2752
    
----
commit 2f261072ce7a96c67703993c9296a84c4c0b282a
Author: cai.rong <cai.r...@yottabyte.cn>
Date:   2017-03-28T09:22:54Z

    Using English characters to prevent garbled

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to