console
console copied to clipboard
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...
When creating a connector, the parent should be "Kafka Connect" but instead is "Cluster." There's no way to exit out of the Create Connector screen and return to Kafka Connect....
To reproduce: Assuming you have matching records that are > 50 records ago, which is likely if you're using owlshop: 1. Set "Max Results" to 50 2. Add a filter...
It seems that in the docker image, console does not pick up the default truststore: /etc/ssl/certs/ca-certificates.crt Connectivity works when the user explicitly adds this path into the config/environment variables.
The default sort is set on the Offset column. Which is not always good, as messages are not evenly distributed across partitions. And in order to have a list from...
# Better Protobuf Any support This commit adds better support for protobuf deserialization by allowing the console to deserialize custom proto messages that are supplied to fields with the `google.protobuf.Any`...
when we try to search events in kafka topic based on timestamp or offset, max we can see up to 500 events. If kafka topics has larger no of events...
When an avro encoded message is displayed as JSON, then attributes that have a `logicalType` are not rendered properly. In my specific case, the attribute's schema looks like this: ```...
i use kowl successfully with msk on kubernets (helm) using SCRAM-SHA-512 with the following configuration: kowl: config: kafka: brokers: - ${broker1} - ${broker2} - ${broker3} tls: enabled: true insecureSkipTlsVerify: true...
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex Commits 000ac18 Build 2.24.4 f2006b6 Bump version...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...