Martin Schneppenheim
Martin Schneppenheim
Hey @bfontaine and @plotzwi-eq , a colleague pinged me about this issue, since I'm not watching this repository for Console specific issues. I believe your questions are independent of OP's...
Thanks for the report @Petkomat , what Console version are you using?
Does this resolve to v2.7.1 which is the actual latest version? I do not recommend using `latest` due to local image caching. I couldn't find the image id
Could you share a recording? Ideally show the network tab and check the console for error logs as well.
I assume that Console doesn't have the permissions to retrieve broker configs. These are retrieved as part of the Create Topic dialogue to find and display the default configurations for...
Probably duplicate of: https://github.com/redpanda-data/console/issues/891
We could store the last selection in the frontend. That would be relatively easy to add, do you want to give it a shot?
What do you mean by a recall feature? Reproducing an existing message and possibly editing it along the way?
I'd probably vote for adding some config that informs Console it's managed by our Kubernetes operator. Based on that we could do further adaptions that are specific to operator managed...
Hey, adding new serializers and deserializers is quite easy - given an apropriate go lib for your format exists. Have a look at: https://github.com/redpanda-data/console/tree/master/backend/pkg/serde There's also some frontend work required...