sijie commented on issue #5285: Schema support for Flatbuffers?? URL: https://github.com/apache/pulsar/issues/5285#issuecomment-546711275 @cavanaug As what Matteo pointed out, the serialization and deserialization are only done at the client side. Brokers only deal with the schema definition and validation. So adding a new type is trivial if we are able to get the schema definition. I am not familiar with flatbuffer. but if there is a way to get schema definition, we can easily add it.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
