Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/apache-kafka/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ember.js/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache kafka 无法使用kafka streams将AVRO对象写入另一个主题_Apache Kafka_Avro_Apache Kafka Streams_Confluent Schema Registry - Fatal编程技术网

Apache kafka 无法使用kafka streams将AVRO对象写入另一个主题

Apache kafka 无法使用kafka streams将AVRO对象写入另一个主题,apache-kafka,avro,apache-kafka-streams,confluent-schema-registry,Apache Kafka,Avro,Apache Kafka Streams,Confluent Schema Registry,我有一个kafka streams应用程序,它读取AVRO消息并对其进行一些转换,然后将其写入另一个主题。我可以阅读AVRO信息,没有任何问题,但在写另一个主题时,我发现以下错误。这个特定的错误代码在互联网上找不到 由以下原因引起:org.apache.kafka.common.errors.SerializationException:注册Avro架构时出错:{“类型”:“记录”、“名称”:“值”、“命名空间”:“com.github.jcustenborder.kafka.connect.m

我有一个kafka streams应用程序,它读取AVRO消息并对其进行一些转换,然后将其写入另一个主题。我可以阅读AVRO信息,没有任何问题,但在写另一个主题时,我发现以下错误。这个特定的错误代码在互联网上找不到

由以下原因引起:org.apache.kafka.common.errors.SerializationException:注册Avro架构时出错:{“类型”:“记录”、“名称”:“值”、“命名空间”:“com.github.jcustenborder.kafka.connect.model”、“字段”:[{“名称”:“存储ID”、“类型”:[“null”、“字符串”]、“默认值”:null}、{“名称”:“事务ID”、“类型”:[“null”、“字符串”]、“默认值”:null}、{“名称”:“TransactionTimestackArchivo”,“类型”:[“null”,“string”],“default”:null},{“name”:“Transactiontimestamp”,“type”:[“null”,“string”],“default”:null},{“name”:“Itemdescription”,“type”:[“null”,“string”],“default”:null},{“name”:“Itemdescription”,“type”:[“null”,“string”],“default”:null},{“name”:“Itemdescription”,“type”:[“null”,“string”,“defaultItemsalevolume,type:[“null”,“string”],“default”:null},{“name”:“Itemunitprice”,“type:[“null”,“string”],“default”:null},{“name”:“Itemtotalsale”,“type”:[“null”,“string”],“default”:null},{“name”:“Transactiontotalsale”,“type:[“null”,“string”],“default”:null},{“name:“ItemCategory”,“type:”:[“null”,“string”,“string”,“default”:null},{“name”:“IsWeight”,“type”:“IsWeight”;“name”:[“null”,“string”],“default”:null}],“connect.name”:“com.github.jcustenborder.kafka.connect.model.Value”}
由以下原因引起:io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException:意外字符('您可以手动注册架构还是正常使用其rest api?该错误也是多个位置,例如