massakam opened a new pull request #11454:
URL: https://github.com/apache/pulsar/pull/11454


   ### Motivation
   
   Currently, publisher stats includes some fields that are meaningless for 
users.
   ```
   count
   producerNameOffset
   producerNameLength
   addressOffset
   addressLength
   connectedSinceOffset
   connectedSinceLength
   clientVersionOffset
   clientVersionLength
   stringBuffer
   ```
   These cause the size of the json data to grow and should not be exposed. 
   
   ### Modifications
   
   Add the `@JsonIgnore` annotation to the above fields. This is a modification 
similar to https://github.com/apache/pulsar/pull/11005.


-- 
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]


Reply via email to