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 2019/09/18 04:42:20 UTC

[GitHub] [pulsar] sijie commented on issue #5136: Java Function cannot work with any JSON parser JAR

sijie commented on issue #5136: Java Function cannot work with any JSON parser JAR
URL: https://github.com/apache/pulsar/issues/5136#issuecomment-532515588
 
 
   the original `AddWindowFunction` example is `Function <Collection<Integer>, Integer>`. If you run this function before, the input topic and output topic will be Schema.Integer. You can't change the schema type.
   
   So I would suggest double-check if you are submitting the right function to Pulsar.

----------------------------------------------------------------
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


With regards,
Apache Git Services