Redpanda Console is a developer-friendly UI for managing your Kafka/Redpanda workloads. Console gives you a simple, interactive approach for gaining visibility into your topics, masking data, managing consumer groups, and exploring real-time data with time-travel debugging.
I agree the UX should be improved. Writing slightly more complex filters is hard to debug in Console. Sorry for that, unsure when we can get to this though.
Hello,
In the
JavaScript filtering
, I can't useconsole.log(...)
to debug my filter.It can be really useful as sometime I don't really know what JavaScript object I'm manipulating...