Verifique la salud de KSQL DB
curl --http1.1 -sX GET "http://localhost:8088/healthcheck" | jq '.'
Response: {
"isHealthy": true,
"details": {
"metastore": {
"isHealthy": true
},
"kafka": {
"isHealthy": true
}
}
}
yashjeet luthra