✨ Update Go module dependencies and enhance NATS consumer metrics. Add github.com/kylelemons/godebug as an indirect dependency. Upgrade github.com/prometheus/common to version 0.67.3. Change NATS consumer mode to "jetstream" in the development configuration. Improve observability by ensuring metrics for pending messages are initialized and recorded correctly in JetStream mode. Update documentation to reflect changes in metrics handling and consumer behavior.
This commit is contained in:
@@ -15,7 +15,7 @@ url = "nats://localhost:4222"
|
||||
# * Dead-letter queue (DLQ) support
|
||||
# * Batch processing and consumer monitoring
|
||||
# * Recommended for production environments
|
||||
mode = "core"
|
||||
mode = "jetstream"
|
||||
client = "serial-client"
|
||||
cluster = "tele-cluster"
|
||||
stream = "TELEGRAM"
|
||||
|
||||
Reference in New Issue
Block a user