Skip to content

Commit

Permalink
Merge pull request #597 from yuyang08/master
Browse files Browse the repository at this point in the history
add message.timestamp.skew.max.ms to secor configuration
  • Loading branch information
HenryCaiHaiying authored Mar 1, 2019
2 parents 2098b41 + 11138dc commit 5ee8998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/pinterest/secor/common/SecorConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ public boolean isMessageTimestampRequired() {
return mProperties.getBoolean("message.timestamp.required");
}

public long getMessageTimestampSkewMaxMs() { return getLong("message.timestamp.skew.max.ms"); }

public String getMessageSplitFieldName() {
return getString("message.split.field.name");
}
Expand Down

0 comments on commit 5ee8998

Please sign in to comment.