Questions tagged [redpanda-console]

Redpanda Console – A UI for Data Streaming

Redpanda Console (previously known as Kowl) is a web application that helps you manage and debug your Kafka/Redpanda workloads effortlessly.

GitHub: https://github.com/redpanda-data/console

2 questions
0
votes
1 answer

Cannot get offset by timestamp in redpanda cluster

I deployed a redpanda cluster, and would like to query offset by timestamp. I first tried confluent-kafka python library: import confluent_kafka as ck import uuid c = ck.Consumer({ 'bootstrap.servers': 'redpanda-bootstrap.example.com:9094', …
0
votes
1 answer

How to access Kafka Connect created by Strimzi?

I am trying to access Kafka Connect created by Strimzi through Redpanda Console. I installed my Kafka Connect by kubectl apply --filename=hm-kafka-iot-kafka-connect.yaml hm-kafka-iot-kafka-connect.yaml apiVersion: kafka.strimzi.io/v1beta2 kind:…