未验证 提交 359cff34 编写于 作者: H He Wang 提交者: GitHub

add workflow desc in logproxy-client-tutorial.md (#19)

* add logproxy-client workflow pic

* add workflow desc in logproxy-client-tutorial.md
上级 ca097502
*.png filter=lfs diff=lfs merge=lfs -text
......@@ -47,6 +47,12 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
</repositories>
```
## Workflow
![image](../images/logproxy-client-workflow.png)
When `LogProxyClient.start()` is executed, a new thread will be created in `ClientStream`. The thread will initialize a netty channel which will receive log data from LogProxy and put the data as `TransferPacket` to a BlockingQueue. When the netty connection is established, the thread will poll the queue and pass the `LogMessage` in TransferPacket to `RecordListener.notify`.
## Usage
### Basic Usage
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册