Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Update README_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brucewu-fly authored Dec 3, 2018
1 parent 26ce55a commit 3920833
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ public class ProducerConfig {
//producer在处理时会将用户传入的hash映射成shard关联hash区间的最小值。每一个shard关联的hash区间,producer会定时从loghub拉取,该参数的含义是每隔shardHashUpdateIntervalInMS毫秒,
//更新一次shard的hash区间。
public int shardHashUpdateIntervalInMS = 10 * 60 * 1000;
//如果发送失败,重试的次数,如果超过该值,就会将异常作为callback的参数,交由用户处理。
public int retryTimes = 3;
//protobuf
public String logsFormat = "protobuf";
//IO线程池最大线程数量
Expand Down Expand Up @@ -158,11 +156,6 @@ public class ProducerConfig {
<td>指定更新Shard的Hash区间的时间间隔,当指定shardhash的方式发送日志时,需要设置此参数。<br>后端merge线程会将映射到同一个Shard的数据merge在一起,而Shard关联的是一个Hash区间,Producer在处理时会将用户传入的Hash映射成Shard关联Hash区间的最小值。每一个Shard关联的Hash区间,Producer会定时从LogHub拉取。</td>
<td>整数形式。</td>
</tr>
<tr>
<td>retryTimes</td>
<td>指定发送失败时重试的次数,如果超过该值,就会将异常作为callback的参数,交由用户处理。</td>
<td>整数形式。</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 3920833

Please sign in to comment.