eolivelli commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-915211835
@codelipenghui
> if users want to
consume the data with Kafka data format, they can add a separate dependency
such as org.apache.pulsar:kafka-format-converter.
this is not always possible because downstream users may not be aware of
the format of the data.
it should be something like Compression if you want to do it in the client,
you must put a metadata in the message and let the client apply the converter
depending on the format.
btw this will be very hard in big enterprises, to require to add a client
side plugin to every possible client
--
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]