shivabodepudi opened a new issue #3835:
URL: https://github.com/apache/hudi/issues/3835


   when trying to read data from Kafka which is stored as Json from schema 
registry. using below configuration.
   
    "--schemaprovider-class",
       "org.apache.hudi.utilities.schema.SchemaRegistryProvider",
       "--source-class",
       "org.apache.hudi.utilities.sources.JsonKafkaSource",
       "--continuous",
       "--table-type",
       "COPY_ON_WRITE",
       "--hoodie-conf",
       
"hoodie.deltastreamer.schemaprovider.registry.url=https://localhost/subjects/testtopic-value/versions/latest";,
   
   
   **Environment Description**
   
   * Hudi version :0.8.0
   
   * Spark version :
   
   * Hive version :
   
   * Hadoop version :
   
   * Storage (HDFS/S3/GCS..) :s3
   
   * Running on Docker? (yes/no) : No
   
   
   Below is the error am getting.
   
![image](https://user-images.githubusercontent.com/83971639/138111314-d2f290c0-5893-4255-aac2-a19733f74376.png)
   
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to