Replace Chinese punctuation with English punctuation

Change-Id: Icc4a984e8defe4d068e7f4a78cd5483a0cb9c7b7
This commit is contained in:
gaofei 2018-01-23 16:31:43 +08:00
parent 3b6bf187b4
commit b51294dc3d
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ to them:
.. note::
RabbitMQ doesnt work with IP addresses, hence the IP address of
RabbitMQ doesn't work with IP addresses, hence the IP address of
``api_interface`` should be resolvable by hostnames to make sure that all
RabbitMQ Cluster hosts can resolve each others hostnames beforehand.

View File

@ -62,7 +62,7 @@ run it on every node of the cluster. In contrast, Logstash runs in a JVM and
is known [3] to be too heavy to run on every node.
Another important aspect is flow control and avoiding the loss of log messages
in case of overload. Hekas filter and output plugins, and the Elasticsearch
in case of overload. Heka's filter and output plugins, and the Elasticsearch
output plugin in particular, support the use of a disk based message queue.
This message queue allows plugins to reprocess messages from the queue when
downstream servers (Elasticsearch) are down or cannot keep up with the data