✨ Implement dead-letter queue (DLQ) enhancements by adding configuration options and validation logic. Update observability metrics to track DLQ message counts and publish failures. Enhance documentation to reflect new metrics and DLQ behavior in JetStream mode.
This commit is contained in:
@@ -22,6 +22,10 @@ format = "json"
|
||||
[telemetry]
|
||||
enabled = false
|
||||
|
||||
[dlq]
|
||||
enabled = false
|
||||
subject = ""
|
||||
|
||||
[monitoring]
|
||||
addr = ":0"
|
||||
enable_metrics = false
|
||||
|
||||
Reference in New Issue
Block a user