chaokunyang commented on issue #1721: URL: https://github.com/apache/fury/issues/1721#issuecomment-2223103811
As the warn log said, you may need to implement a Fury Serializer for CircularFifoQueue. CircularFifoQueue implements JDK writeObject/readObject method. Fury must invoke those methods to ensure compatibility. You can register a customized serializer instead to speed serialization -- 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]
