tuteng opened a new issue #10114: URL: https://github.com/apache/pulsar/issues/10114
**Is your feature request related to a problem? Please describe.** Currently there is no support for configuring schema in python functions, some users want to use schema in python functions **Describe the solution you'd like** Support Configure schema for python function Reference: Implement topic schema search: https://github.com/apache/pulsar/blob/master/pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/source/TopicSchema.java Add schema for python consumer: https://github.com/apache/pulsar/blob/master/pulsar-functions/instance/src/main/python/python_instance.py#L157 Add schema for python producer: https://github.com/apache/pulsar/blob/master/pulsar-functions/instance/src/main/python/python_instance.py#L319 **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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]
