Eaugene Thomas
10/04/2022, 2:00 PM/tables
I am getting the response as ,
{
"status": "Table test_demo_REALTIME succesfully added"
}
The table set to ingest from kafka .
But the Controller UI doesn’t show the table name . There is not error trace as well in controller / broker logs . Any help on debugging this ?
PS : I have added the schema for test_demo
previously ( this in shown in Controller UI )Mayank
Eaugene Thomas
10/04/2022, 3:08 PM{
"tables": []
}
Mayank
Mayank
Eaugene Thomas
10/04/2022, 3:12 PMMayank
Eaugene Thomas
10/04/2022, 3:14 PM{
"id": "test_demo__0__0__20221004T0950Z",
"simpleFields": {
"segment.creation.time": "1664877005873",
"segment.flush.threshold.size": "6250",
"segment.name": "test_demo__0__0__20221004T0950Z",
"segment.realtime.numReplicas": "2",
"segment.realtime.startOffset": "394942362",
"segment.realtime.status": "IN_PROGRESS",
"segment.table.name": "test_demo",
"segment.type": "REALTIME"
},
"mapFields": {},
"listFields": {}
}
Eaugene Thomas
10/04/2022, 3:14 PMIs there ideal state and external view for the tableNo
Mayank
Eaugene Thomas
10/05/2022, 4:04 PMMayank