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:
windyboy
2025-11-16 11:55:13 +08:00
parent 6616c7e10d
commit 3d8572a69f
5 changed files with 127 additions and 6 deletions
+4
View File
@@ -22,6 +22,10 @@ format = "json"
[telemetry]
enabled = false
[dlq]
enabled = false
subject = ""
[monitoring]
addr = ":0"
enable_metrics = false