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/02/17 07:33:48 UTC

[GitHub] [incubator-inlong] doleyzi commented on a change in pull request #2551: [INLONG-2549] [Audit] update audit protobuf field type

doleyzi commented on a change in pull request #2551:
URL: https://github.com/apache/incubator-inlong/pull/2551#discussion_r808746558



##########
File path: inlong-audit/audit-sdk/src/main/java/org/apache/inlong/audit/send/SenderManager.java
##########
@@ -283,6 +283,7 @@ public void onMessageReceived(ChannelHandlerContext ctx, MessageEvent e) {
                 logger.error("can not find the requestid onMessageReceived:" + requestId);
                 return;
             }
+            logger.info("audit-proxy response code:" + baseCommand.getAuditReply().getRspCode().toString());

Review comment:
       fixed it




-- 
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