- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for logChMu (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/logger/target/kafka/kafka.go
totalMessages int64 failedMessages int64 wg sync.WaitGroup // Channel of log entries. // Reading logCh must hold read lock on logChMu (to avoid read race) // Sending a value on logCh must hold read lock on logChMu (to avoid closing) logCh chan any logChMu sync.RWMutex // store to persist and replay the logs to the target // to avoid missing events when the target is down. store store.Store[any]
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 10.2K bytes - Click Count (0)