This website requires JavaScript.
Explore
Help
Sign In
windy
/
go-caatsm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
171
Commits
1
Branch
0
Tags
b82b707a255d754fffaabc565dfc8b795f5b0e18
Commit Graph
3 Commits
Include renames
Author
SHA1
Message
Date
windyboy
cf8e196248
🔧
Add nil logger handling in NewConsumerManager and NewStreamManager; update integration test to pass config
2025-12-24 14:53:14 +08:00
windyboy
c687fdcde8
✨
Update agent guidelines and improve documentation structure. Refactor
AGENTS.md
to streamline commands and code style guidelines, enhancing clarity and usability. Update
README.md
with refined NATS consumer configuration details and observability metrics. Modify
.gitignore
to exclude dynamically generated Prometheus target files. Enhance configuration files for development and production environments, ensuring consistency and clarity in settings.
2025-11-19 13:07:09 +08:00
windyboy
5d05237283
✨
Refactor NATS consumer management by introducing a dedicated
ConsumerManager
and
StreamManager
for lifecycle management. Enhance error handling with a new
ErrorHandler
to streamline message processing and recovery logic. Update consumer initialization to utilize the new managers, improving code organization and maintainability. Add comprehensive tests for the new components to ensure reliability and robustness in handling NATS operations.
2025-11-18 08:38:03 +08:00