theweipeng commented on PR #1825:
URL: https://github.com/apache/fury/pull/1825#issuecomment-2378861658

   Can you add a config key to Config when constructing fury,
   
   ```typescript
   enum Mode {
       SchemaConsistent,
       Compatible,
   }
   
   new Fury({
       mode: Mode
   })
   ```
   And only write/read typeMeta when the mode is Compatible.


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

Reply via email to