Commit Graph

12 Commits

Author SHA1 Message Date
Sage Vaillancourt 1afe267866 Add .json extension to config file.
A tiny bit of refactoring.
2022-09-08 22:50:33 -04:00
Sage Vaillancourt 75e81e7956 Add frontend URL to config. 2022-09-08 21:51:10 -04:00
Sage Vaillancourt 76ab13b385 Document a couple types. Enact more DRYness.
Remove filterFunc handling (passing that buck to the frontend for now).
2022-09-08 21:22:10 -04:00
Sage Vaillancourt bae8b2fc6b Merge branch 'main' of https://gitlab.com/kafka-dance/kafka-dance-api 2022-09-08 21:21:23 -04:00
Sage Vaillancourt 25c587e622 Kill connected consumers of a cluster when it is deleted. 2022-08-29 07:35:19 -04:00
Sage Vaillancourt e6dbc34e14 Kill connected consumers of a cluster when it is deleted. 2022-08-29 07:33:25 -04:00
Sage Vaillancourt 3f98892ddd Merge branch 'main' of https://gitlab.com/kafka-dance/kafka-dance-api into main 2022-08-26 18:51:41 -04:00
Sage Vaillancourt cf21c56231 A bit more error handling.
Seeing if we can consistently inform the frontend about request errors.
Also, trying to outright crash with slightly less frequency.
2022-08-26 18:50:02 -04:00
Sage Vaillancourt ac2d3504bd Add kill message handling.
Remove 'Loading' message.
2022-08-23 22:27:08 -04:00
Sage Vaillancourt 61b5da846a Make slightly more flexible about configs and data 2022-08-23 16:47:29 -04:00
Sage Vaillancourt 5aa87c0775 Better cluster editing.
Refactoring to prep for increased flexibility.
2022-08-20 19:23:22 -04:00
Sage Vaillancourt cdc218f2bf Extremely hacky initial commit.
Right now it's very, very, barely capable of message querying.
It can:
  * Run one-shot requests against all known events.
  * Run real-time requests, pushing each matching event to the frontend.
2022-08-18 16:47:02 -04:00