json CWAAS请求的Avro Schema

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json CWAAS请求的Avro Schema相关的知识,希望对你有一定的参考价值。

{
  "type" : "record",
  "name" : "cwaasRequest",
  "namespace" : "com.data.avro",
  "fields" : [ {
    "name" : "idType",
    "type" : "string"
  }, {
    "name" : "idValue",
    "type" : "string"
  }, {
    "name" : "sourceCd",
    "type" : ["string","null"],
    "default" : ""
  }, {
    "name" : "responseFormat",
    "type" : ["string","null"],
    "default" : ""
  }, {
    "name" : "appId",
    "type" : "string"
  } ]
}

以上是关于json CWAAS请求的Avro Schema的主要内容,如果未能解决你的问题,请参考以下文章

从 JSON 文档生成 AVRO 模式

反序列化 Avro Spark

序列化avro schema

AVRO schema 的使用方法

在 avro 中存储模式有啥好处?

Avro Schema Evolution with GenericData.Record - Mapreduce 过程