AutoMQ / automq-for-rocketmq

A cloud native implementation for Apache RocketMQ 5.0
https://www.automq.com
196 stars 34 forks source link

Latency glitch in S3Stream#append #691

Open ShadowySpirits opened 11 months ago

ShadowySpirits commented 11 months ago

According to metrics, the max latency of S3Stream#append is up to 30~50ms, which significantly affects synchronized sending in the client.

ShadowySpirits commented 11 months ago

There is a similar issue: #630.