Mayank
Xiang Fu
Xiang Fu
Jackie
04/15/2021, 8:00 PMMayank
Mayank
Jack
04/15/2021, 8:40 PMMing Liang
04/15/2021, 10:56 PMXiang Fu
Xiang Fu
Mayank
Syed Akram
05/10/2021, 9:10 AMSyed Akram
05/10/2021, 9:10 AMMayank
Seunghyun
05/14/2021, 9:42 PMXiang Fu
Mohit Singh
05/21/2021, 2:09 PM{
"namespace": "my.avro.ns",
"name": "MyRecord",
"type": "record",
"fields": [
{
"name": "uid",
"type": "int"
},
{
"name": "somefield",
"type": "string"
},
{
"name": "options",
"type": {
"type": "array",
"items": {
"type": "record",
"name": "lvl2_record",
"fields": [
{
"name": "item1_lvl2",
"type": "string"
},
{
"name": "item2_lvl2",
"type": {
"type": "array",
"items": {
"type": "record",
"name": "lvl3_record",
"fields": [
{
"name": "item1_lvl3",
"type": "string"
},
{
"name": "item2_lvl3",
"type": "string"
}
]
}
}
}
]
}
}
}
]
}
Kafka Avro Message:
{
"uid": 29153333,
"somefield": "somevalue",
"options": [
{
"item1_lvl2": "a",
"item2_lvl2": [
{
"item1_lvl3": "x1",
"item2_lvl3": "y1"
},
{
"item1_lvl3": "x2",
"item2_lvl3": "y2"
}
]
}
]
}
Daniel Lavoie
06/11/2021, 6:41 PMSyed Akram
06/13/2021, 11:04 AMXiang Fu
mvn clean install -DskipTests -Pbin-dist -T 4 -Djdk.version=8
Thanks a lot to @User for making this happen!Syed Akram
06/23/2021, 12:16 PMKen Krugler
06/25/2021, 11:57 PMSubbu Subramaniam
06/29/2021, 11:10 PMAtri Sharma
07/01/2021, 4:54 PMAtri Sharma
07/01/2021, 4:54 PMAtri Sharma
07/01/2021, 4:54 PMKishore G
Atri Sharma
07/01/2021, 5:10 PM