Commit Graph

12 Commits

Author SHA1 Message Date
Jay c4d35fe6fa transport: flatten RetryConfig to value type, replace nil sentinel with Disabled bool 2026-05-26 14:01:14 -04:00
Jay bcbdb79b32 fix logging_test: align expected log levels to current source 2026-05-26 13:43:09 -04:00
Jay b44a46ed2f Migrate logging to go-mana-component; delete logging/ package
Replaces the flat key-value logging scheme with component-based structured
logging via go-mana-component. Each layer (pool, worker, connection) builds
its own component identity and derives a *slog.Logger from a caller-supplied
slog.Handler.

- Delete logging/ package (logging.go, logging_test.go)
- Strip LoggingEnabled and LogLevel from ConnectionConfig, PoolConfig,
 WorkerConfig; remove associated option funcs
- Change NewConnection and NewConnectionFromSocket to accept ctx and
 slog.Handler instead of *slog.Logger; constructors build component
 identity via MustNew/MustExtend internally
- Change WorkerFactory, NewWorker, connect, and RunDialer to carry
 slog.Handler; remove PoolPlugin.Handler
- Change NewPool to establish pool component identity via MustNew;
 remove pool_id field, PoolPlugin.ID, and ErrInvalidPoolID
- Fix data race in MockSlogHandler: WithAttrs now shares parent mutex
 pointer rather than allocating a new one per child
- Run go fix
2026-05-20 13:04:58 -04:00
jay e32bbc99d8 implemented ping-pong heartbeats. adjusted logs and defaults. 2026-04-24 09:59:01 -04:00
jay 0ac8d9facd Added logging to pools and workers. 2026-04-23 20:58:57 -04:00
jay 3f0d95955c Update log levels. 2026-04-23 19:00:01 -04:00
jay 727dc18b57 Add slog attributes at pool, worker, and connection levels. 2026-04-23 17:58:40 -04:00
jay 45b1a31cbb Wrote session dial tests. Use new helpers. 2026-04-19 09:58:41 -04:00
jay 6998ccf701 Refactored connection shutdown logic. 2026-04-19 09:29:12 -04:00
jay 29020369e1 Changed send to be synchronous. Wrote session inner gorountines. 2026-04-18 21:44:25 -04:00
jay 10c29c8330 Injected context cancellation for dial and retry cancellation. 2026-04-18 17:11:22 -04:00
jay 7dab8031ea Refactored package structure. 2026-04-17 14:53:29 -04:00