退订
i have Apache Avro schema
我的avro schema 如下
{
"type" : "record",
"name" : "KafkaAvroMessage",
"namespace" : "xxx",
"fields" : [ {
"name" : "aaa",
"type" : "string"
}, {
"name" : "bbb",
"type" : [ "null", "string" ],
"default" : null
},{
"name" : "ccc",
"
i have Apache Avro schema
我的avro schema 如下
{
"type" : "record",
"name" : "KafkaAvroMessage",
"namespace" : "xxx",
"fields" : [ {
"name" : "aaa",
"type" : "string"
}, {
"name" : "bbb",
"type" : [ "null", "string" ],
"default" : null
},{
"name" : "ccc",
"
27;s
continuous query.
I've posted the question to StackOverflow and it hasn't gotten any traction
yet. Here's the SO question with a lot more detail:
https://stackoverflow.com/questions/56227783/is-there-a-way-to-define-a-dynamic-table-comprised-of-entries-that-have-not-been
Thanks,
Wayne