Skip to content

Commit

Permalink
[INLONG-11689][SDK] Optimize user reporting information management
Browse files Browse the repository at this point in the history
  • Loading branch information
gosonzhang committed Jan 20, 2025
1 parent dd7c292 commit 59db507
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@ public class ProxyUtils {
KEY_SECRET_ID, KEY_SIGNATURE, KEY_TIME_STAMP, KEY_NONCE, KEY_USERNAME,
KEY_CLIENT_IP, KEY_ENCY_VERSION, KEY_ENCY_AES_KEY);
/*
Collections.addAll(SdkReservedWords, "groupId", "streamId", "dt", "msgUUID", "cp",
"cnt", "mt", "m", "sid", "t", "NodeIP", "messageId", "isAck", "proxySend",
"errCode", "errMsg", "rtms", "sdkVersion", "auditVersion",
"_file_status_check", "_secretId", "_signature", "_timeStamp", "_nonce",
"_userName", "_clientIP", "_encyVersion", "_encyAesKey");
* Collections.addAll(SdkReservedWords, "groupId", "streamId", "dt", "msgUUID", "cp", "cnt", "mt", "m", "sid",
* "t", "NodeIP", "messageId", "isAck", "proxySend", "errCode", "errMsg", "rtms", "sdkVersion", "auditVersion",
* "_file_status_check", "_secretId", "_signature", "_timeStamp", "_nonce", "_userName", "_clientIP",
* "_encyVersion", "_encyAesKey");
*/

Collections.addAll(SdkAllowedMsgType,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import org.apache.inlong.sdk.dataproxy.exception.ProxyEventException;
import org.apache.inlong.sdk.dataproxy.sender.http.HttpEventInfo;
import org.apache.inlong.sdk.dataproxy.sender.tcp.TcpEventInfo;

import org.junit.Assert;
import org.junit.Test;

Expand Down

0 comments on commit 59db507

Please sign in to comment.