config/phobos.yml.example in phobos-1.7.1 vs config/phobos.yml.example in phobos-1.7.2
- old
+ new
@@ -112,5 +112,12 @@
delivery: batch
# Use this if custom backoff is required for a listener
backoff:
min_ms: 500
max_ms: 10000
+ # session_timeout, offset_commit_interval, offset_commit_threshold, offset_retention_time, and heartbeat_interval
+ # can be customized per listener if desired
+ session_timeout: 30
+ offset_commit_interval: 15
+ offset_commit_threshold: 5
+ offset_retention_time: 172800
+ heartbeat_interval: 20