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
Files
7f44b5389dcda4245b72aeb9711a5f0c190a1f2d
go-caatsm
/
test
/
integration
T
History
windyboy
7f44b5389d
✨
Enhance observability and error handling in NATS integration. Introduce comprehensive OpenTelemetry support with environment-based sampling and semantic attributes for tracing and metrics. Implement an advisory dead-letter queue (DLQ) handler for managing message delivery failures. Update NATS consumer to utilize structured logging and improve error handling strategies. Refactor configuration files for OpenTelemetry collector in both development and production environments, ensuring robust telemetry integration. Enhance documentation to reflect new features and best practices for observability.
2025-11-18 11:47:35 +08:00
..
advisory_dlq_test.go
✨
Enhance observability and error handling in NATS integration. Introduce comprehensive OpenTelemetry support with environment-based sampling and semantic attributes for tracing and metrics. Implement an advisory dead-letter queue (DLQ) handler for managing message delivery failures. Update NATS consumer to utilize structured logging and improve error handling strategies. Refactor configuration files for OpenTelemetry collector in both development and production environments, ensuring robust telemetry integration. Enhance documentation to reflect new features and best practices for observability.
2025-11-18 11:47:35 +08:00
jetstream_to_timescale_test.go
✨
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
nats_recovery_test.go
✨
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