Skip to content

Commit e2f4ed7

Browse files
committed
feat: add MergeRecordUtil comment
1 parent 594031a commit e2f4ed7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arex-instrumentation-api/src/main/java/io/arex/inst/runtime/util/MergeRecordUtil.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
import java.util.concurrent.LinkedBlockingQueue;
1515

1616
/**
17-
* merge record
17+
* To solve the problem of insufficient consume capacity of downstream DataServices.
18+
* by controlling the speed at which producers produce mockers.
19+
* multiple producer -> single consumer
1820
*/
1921
public class MergeRecordUtil {
2022
private static final AgentSizeOf agentSizeOf = AgentSizeOf.newInstance();

0 commit comments

Comments
 (0)