amfysky commented on issue #25333:
URL: https://github.com/apache/pulsar/issues/25333#issuecomment-4087565253

   > > It is extremely inefficient to convert Object by using json String.
   > 
   > [@amfysky](https://github.com/amfysky) Just wondering the motivation? Are 
you experiencing a performance issue related to this inefficiency? Or, are you 
looking for something to contribute in Pulsar?
   > 
   > For changes like this, it could be useful to run Pulsar CI in your own 
fork, please check the [Personal 
CI](https://pulsar.apache.org/contribute/personal-ci/) instructions.
   
   When the config is too large, this way will use more memory and calculation.
   This is a potential issue that could affect low-performance servers.
   
   **Original**: Object -> JsonNode -> String -> JsonNode -> Map
   **New**: Object -> JsonNode -> Map
   
   https://github.com/amfysky/pulsar/pull/1


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