sijie commented on pull request #9481: URL: https://github.com/apache/pulsar/pull/9481#issuecomment-779497237
@eolivelli I think the change can be as simple as https://github.com/apache/pulsar/pull/9590. I haven't verified it works. But it should be the right direction to go. Because PulsarSink already handles writing messages using multiple schemas (https://github.com/apache/pulsar/blob/c27f7a340a3c78a3a5004d08b8ac05ed99672ee3/pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/sink/PulsarSink.java#L230). For GenericRecord source connectors, each source record already carries the schema information. The PulsarSink can use that schema information to write a the record. ---------------------------------------------------------------- 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]
