szindel opened a new issue, #23816: URL: https://github.com/apache/pulsar/issues/23816
Currently the python Context object only has the publish method as option to publish messages to another topic. However this is quite problematic when using sinks in combination with python pulsar functions. Sinks (often) need a schema for every record. Java already has the newOutputMessage method, that has record schema as function argument. it would be great if this can be added to the python context class. -- 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]
