You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/31 07:40:20 UTC

[GitHub] [inlong] pocozh commented on a diff in pull request #5595: [INLONG-5101][DataProxy] Optimize load balancing for DataProxy

pocozh commented on code in PR #5595:
URL: https://github.com/apache/inlong/pull/5595#discussion_r959258131


##########
inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/DefaultMessageSender.java:
##########
@@ -194,7 +194,7 @@ public SendResult sendMessage(byte[] body, String attributes, String msgUUID,
     }
 
     public SendResult sendMessage(byte[] body, String groupId, String streamId, long dt, String msgUUID,
-            long timeout, TimeUnit timeUnit) {
+                                  long timeout, TimeUnit timeUnit) {

Review Comment:
   Please don't change code style. Refer to https://github.com/apache/inlong/discussions/3082.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org