Daisuke Kobayashi
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...
## 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...
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...
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...
### 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...
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...
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,...
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...
`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 #...
### 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...