Is your feature request related to a problem? Please describe.
Organizationally we have been looking at a variety of serialization solutions, there has been significant interest around flatbuffers as a messaging model. This has a lot of benefits for IOT style devices and communication between services on device. This also has potential benefits for rpc and/or rest style binary payloads.
Describe the solution you'd like
I am interested in understanding how the pulsar project views flatbuffers vis-a-vis the currently supported schema models. Is this a yeah that seems interesting maybe someday? Or a yeah, we are definitely going to be working on that? Or a yeah, no, thats not part of our future strategy.
Describe alternatives you've considered
Obviously there are strategies that could be employed to using protobuf and simply convert etc, or revert to JSON. So these are all on the table for us, but the perceived performance gains resulting from a non-copy access seem to be something that could quite beneficial to pulsar.
Is your feature request related to a problem? Please describe.
Organizationally we have been looking at a variety of serialization solutions, there has been significant interest around flatbuffers as a messaging model. This has a lot of benefits for IOT style devices and communication between services on device. This also has potential benefits for rpc and/or rest style binary payloads.
Describe the solution you'd like
I am interested in understanding how the pulsar project views flatbuffers vis-a-vis the currently supported schema models. Is this a yeah that seems interesting maybe someday? Or a yeah, we are definitely going to be working on that? Or a yeah, no, thats not part of our future strategy.
Describe alternatives you've considered
Obviously there are strategies that could be employed to using protobuf and simply convert etc, or revert to JSON. So these are all on the table for us, but the perceived performance gains resulting from a non-copy access seem to be something that could quite beneficial to pulsar.