ksql icon indicating copy to clipboard operation
ksql copied to clipboard

REST API: DESCRIBE need to return statistics & errorStats in the machine readable format

Open alexott opened this issue 7 years ago • 1 comments

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:

"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...

alexott avatar Jun 24 '18 12:06 alexott

https://github.com/confluentinc/ksql/pull/2430 should address this issue

agavra avatar Oct 16 '19 22:10 agavra