Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pulsar-proxy] fix logging for published messages (#6474)
### Motivation Proxy-logging fetches incorrect producerId for `Send` command because of that logging always gets producerId as 0 and it fetches invalid topic name for the logging. ### Modification Fixed topic logging by fetching correct producerId for `Send` command. (cherry picked from commit 65cc303)
- Loading branch information