You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/01 10:35:58 UTC

[GitHub] [pulsar] tuteng opened a new issue #10114: Support schema for python function

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:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #10114: Support schema for python function

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10114:
URL: https://github.com/apache/pulsar/issues/10114#issuecomment-1058891790


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org