Skip to content

Commit

Permalink
[INLONG-9120][Agent] Add offset db to store the offset data
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwwhuang committed Oct 26, 2023
1 parent 0875eef commit 8121b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class CommonConstants {
public static final String PROXY_SEND_PARTITION_KEY = "proxy.partitionKey";

// max size of single batch in bytes, default is 500KB
public static final int DEFAULT_PROXY_PACKAGE_MAX_SIZE = 500000;
public static final int DEFAULT_PROXY_PACKAGE_MAX_SIZE = 500 * 1024;

public static final String PROXY_INLONG_STREAM_ID_QUEUE_MAX_NUMBER = "proxy.group.queue.maxNumber";
public static final int DEFAULT_PROXY_INLONG_STREAM_ID_QUEUE_MAX_NUMBER = 10000;
Expand Down

0 comments on commit 8121b94

Please sign in to comment.