kafka-view icon indicating copy to clipboard operation
kafka-view copied to clipboard

Make API easier to use directly

Open fede1024 opened this issue 8 years ago • 0 comments

The API currently used for generating tables returns JSON blobs containing lists of lists. Since the semantics of every field depends on the position within the inner list, changing the API will break any API user. Dictionaries should be used instead, as it's currently already done for the /api/clusters/<cluster>/topics endpoint.

fede1024 avatar Oct 22 '17 20:10 fede1024