yuruguo commented on a change in pull request #11985:
URL: https://github.com/apache/pulsar/pull/11985#discussion_r708053454
##########
File path:
pulsar-testclient/src/main/java/org/apache/pulsar/proxy/socket/client/SimpleTestProducerSocket.java
##########
@@ -45,6 +45,7 @@
@WebSocket(maxTextMessageSize = 64 * 1024)
public class SimpleTestProducerSocket {
public static Recorder recorder = new
Recorder(TimeUnit.SECONDS.toMillis(120000), 5);
+ public static Recorder cumulativeRecorder = new
Recorder(TimeUnit.SECONDS.toMillis(120000), 5);
Review comment:
I will remove this variable `cumulativeRecorder` and directly reuse
`recorder` to get the aggregated data. @gaoran10 @congbobo184
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]