Open ajborley opened 4 years ago
Triggered by commit: a4c0f81b856c372d2e17d7e4a2194803ccd81d9f
@matthew-chirgwin - I have pushed up a new commit based on your suggestions. It seems to work fine in webpack-dev-server and the e2e server, and tests are passing, but I'm getting an eslint warning that I haven't been able to get past so far.
useTopics
model hook, which makes GraphQL requests to the server to administer Kafka topics.useGetTopics
sub-hook implemented for now.useGetTopics
returns the list of topics (including name, number of partitions and number of replicas).Contributes to: #124
Signed-off-by: Andrew Borley borley@uk.ibm.com