Skip to content

Commit b48e36a

Browse files
authored
Added multi-lang support for leaseAssignmentIntervalMillis
1 parent a288276 commit b48e36a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/basic_sample/consumer/sample.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,7 @@ regionName = us-east-1
175175
# Duration format examples: PT15M (15 mins) PT10H (10 hours) P2D (2 days)
176176
# Refer to Duration.parse javadocs for more details
177177
# staleWorkerMetricsEntryCleanupDuration =
178+
179+
# Interval in milliseconds at which Lease Assignment manager (LAM) runs
180+
# If this value is not set then LAM will run at interval 2 * failoverTimeMillis.
181+
# leaseAssignmentIntervalMillis = 20000

0 commit comments

Comments
 (0)