Daisuke Kobayashi

Results 13 issues of Daisuke Kobayashi

### Who is this for and what problem do they have today? On-prem users typically do re-use a node that used to be part of another Redpanda cluster. Without wiping...

kind/enhance
supportability

## Cover letter Fixing missing parts of #6332. * Don't exit when `seq` > `offset` * Fill in the offset gap with an empty record ## Backport Required * none...

kind/enhance
area/schema_registry
follow-up

Redpanda console fails to create a topic when I specify an even number for replication factor with the following message but this isn't accurate. ``` Failed to create topic, kafka...

feature
help wanted
backend

Fixes https://github.com/redpanda-data/redpanda/issues/7420 ## Backports Required - [ ] none - not a bug fix - [ ] none - issue does not exist in previous branches - [ ] none...

area/rpk
supportability

### Who is this for and what problem do they have today? There are some properties in Redpanda that require cluster restart upon changing values, but it's unclear to users...

kind/enhance
supportability

Version: v2.4.6 Tested browser: Google Chrome Version 123.0.6312.105 (Official Build) (64-bit) Editing timestamp for a consumer group in the `Edit consumer group` dialogue is broken when choosing UTC. Captured what...

bug
frontend

Version: v2.4.6 Tested browser: Google Chrome Version 123.0.6312.105 (Official Build) (64-bit) Please note that my local time is Japan time (UTC+9). In the `Edit consumer group -> Specific Time` dialogue,...

bug
frontend

Fixes https://github.com/redpanda-data/redpanda/issues/17418 In this implementation, I decided to make the functionality simple for a start. In #17418, I reckoned to support `--partition` and `--from` options, but only `--partition` flag is...

area/rpk

`rpk topic describe` now supports multiple topics and also regex. If multiple topics are specified or matched, print all sections to distinguish the output. Examples: ``` describe foo bar #...

area/rpk

### Who is this for and what problem do they have today? When a ghost node problem arises where controller leader isn't elected, the new `POST /v1/debug/node_uuid` endpoint doesn't work...

kind/enhance
area/admin-api
core