merlimat opened a new pull request, #25507: URL: https://github.com/apache/pulsar/pull/25507
## Summary - Convert all 103 source and test files in `pulsar-client` from SLF4J to slog structured logging - Add derived loggers with context attributes to key classes (ClientCnx, ConsumerImpl, ProducerImpl, TopicListWatcher, TableViewImpl, etc.) - Standardize attribute names across the codebase (messageId, sequenceId, requestId, etc.) - Use `.exception(e)` for Throwable objects and lazy attrs for mutable values ## Test plan - [x] `compileJava` and `compileTestJava` pass - [x] `checkstyleMain` and `checkstyleTest` pass - [ ] CI passes ### Motivation PIP-467 > [!NOTE] > Please label this PR with `ready-to-test` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
