chaokunyang commented on issue #3116: URL: https://github.com/apache/fory/issues/3116#issuecomment-3724237404
@nealeu Thanks for reporitn thsi issue. `ForyBuilder` has a `withName` method, you can set it to a different token, so the generated Serializer cache will be be hit. Currently we use `org.apache.fory.config.Config#getConfigHash` to differentiate Fory, we should create a `getConfigHash` and a mutable hash field in `Fory` class, and update it every time when users invoke register related methods. And use this new `getConfigHash` method to replace `org.apache.fory.config.Config#getConfigHash`. @nealeu are you interested for a PR? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
