Josh Purcell

Results 41 issues of Josh Purcell

The Redpanda Keeper (`rpk`) is Redpanda's CLI utility. `rpk` commands allow you to configure and manage Redpanda clusters, tune them for better performance, manage topics and groups, manage access control...

Real-time updates of some components of the dashboard: - values in the topics page stats bar (size, message count) - messages in messages tab on topics page (but this may...

feature
frontend

It would be nice to see some details around the associated schema for this topic (if any) on the topic page itself... even if this were just a link back...

feature
frontend

___This is copied in from a slack conversation___ Great to see Kowl part of Redpanda! It seems Kowl is using react and mobx in the front-end app. I have always...

feature
frontend
backend

I would like to see if it would be possible to have this app be made available outside of Google Play? This is an important app on my phone, and...

I just installed kafka-gitops via brew, and I received the following output: ``` Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the devshawn/kafka-gitops...

An example can be found here: https://github.com/redpanda-data/kminion/issues/36#issuecomment-598228491 This should be added to our docs or to this repo's README.

Trying to run `docker compose build` within the `linkerd-tcp` example results in: ``` => ERROR [web0 builder 3/5] RUN go get -d -v github.com/go-redis/redis 6.1s => [web3 internal] load build...

It would be great to be able to run the following command: ``` xk6-kafka_v0.17.0_linux_amd64 run ./100-topics-1-partitions-1kb.yaml ``` Where `100-topics-1-partitions-1kb.yaml` is [this file](https://github.com/openmessaging/benchmark/blob/master/workloads/100-topics-1-partitions-1kb.yaml). openmessaging/benchmark is a popular tool written in Java,...

✨ Feature Request
💪 Help Wanted

## Current behavior Running `./bin/up` in the Redpanda example would result in the following when trying to build the Dockerfile: ``` => [consumer 3/11] RUN apk add --no-cache openjdk17-jre bash...