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 2020/11/06 04:39:08 UTC

[GitHub] [pulsar] Esakkimuthu991 opened a new issue #8459: Converting Schema from STRING to JSON not working in pulsar function

Esakkimuthu991 opened a new issue #8459:
URL: https://github.com/apache/pulsar/issues/8459


   **I have a pulsar function, which will process the incoming STRING message convert it to JSON schema and publish it to output topic. Then pulsar sink will process it and saving into postgres db.**
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. create a pulsar function and pulsar sink for postgres 
   2. upload a json schema for sink input topic
   3. then produce message from java client
   4. check the function log. showing error as class not found exception
   
   Note: I tried Pulsar sink input topic accepts JSON Schema . 


----------------------------------------------------------------
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] Esakkimuthu991 commented on issue #8459: Converting Schema from STRING to JSON not working in pulsar function

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


   Sorry for late response. The problem was occurred due to the jar generation. Now it resolved


----------------------------------------------------------------
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] thomaeschen commented on issue #8459: Converting Schema from STRING to JSON not working in pulsar function

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


   Hi Easkkimuthu992, 
   
   How do you solve the issue? I have similar issue while using the class JSONSchema . Cam you give me a hand?


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



[GitHub] [pulsar] codelipenghui commented on issue #8459: Converting Schema from STRING to JSON not working in pulsar function

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


   @Esakkimuthu991 Could you please provide the detailed stacktrace of the class not found exception? This is very useful for troubleshooting the problem.


----------------------------------------------------------------
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] Esakkimuthu991 closed issue #8459: Converting Schema from STRING to JSON not working in pulsar function

Posted by GitBox <gi...@apache.org>.
Esakkimuthu991 closed issue #8459:
URL: https://github.com/apache/pulsar/issues/8459


   


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