Open alexott opened 6 years ago
When executing the DESCRIBE EXTENDED ... the KSQL REST API returns an answer with several fields related to statistics, but the content of these fields isn't machine-readable:
DESCRIBE EXTENDED ...
"statistics":"c-total-message-bytes: 120174232 c-total-messages: 337793 messages-per-sec: 54.77 last-message: 6/24/18 2:38:03 PM CEST", "errorStats":"c-failed-messages: 0 failed-messages-per-sec: 0 last-failed: n/a"
It would be nice if this information was returned in already parsed form...
https://github.com/confluentinc/ksql/pull/2430 should address this issue
When executing the
DESCRIBE EXTENDED ...
the KSQL REST API returns an answer with several fields related to statistics, but the content of these fields isn't machine-readable:It would be nice if this information was returned in already parsed form...