GGraziadei opened a new pull request, #8653:
URL: https://github.com/apache/storm/pull/8653

   ## What is the purpose of the change
   
   This PR introduces a new serialization delegate, 
`ZstdThriftSerializationDelegate`, designed to optimize the transfer of 
metadata between Storm components. By leveraging zstd compression on top of 
Thrift serialization, we can significantly reduce the network footprint, 
especially in large-scale topologies.
   This PR enables zstd compression only for metadata, ref 
`StormClusterStateImpl`.
   
   ## How was the change tested
   
   - Unit test (added a new ad-hoc test class)
   - Integration test
   - Smoke test, performed on a Storm cluster.
   
   In the context of #8652 


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