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: [email protected]
