Closed talperetz1 closed 1 year ago
Hi, I am using andTopicNameStrategy this is my code
AbrisConfig.fromConfluentAvro.downloadReaderSchemaByLatestVersion .andTopicRecordNameStrategy(topic, schemaName, "") .usingSchemaRegistry( schemaRegistryUrl.getOrElse( throw new RuntimeException( "no schema registry url provided" ) ) )
and when I am trying to ran my spark job I get this error org.apache.avro.SchemaParseException: Illegal initial character: 1-value
org.apache.avro.SchemaParseException: Illegal initial character: 1-value
Any idea why its happening?
Can you inspect the schema if it's valid?
Hi, I am using andTopicNameStrategy this is my code
and when I am trying to ran my spark job I get this error
org.apache.avro.SchemaParseException: Illegal initial character: 1-value
Any idea why its happening?