Travis Bischel
Travis Bischel
It's not currently obvious that if an enabled tuner is not fails, that tuning will block redpanda from starting. We should expand the error messaging, as well as add messing...
This might not be a bug, but I'd like to clarify if this is intentional. It's not common to document main packages, I personally plan to disable the rule if...
This is an alternative to #332, adding an option that enables the user to implement graceful shutdowns for Apply and Destroy operations. Rather than adding an option that changes the...
CreateTopics with an RF greater than the # of brokers returns the wrong error message, I think because the RF passes [validators](https://github.com/vectorizedio/redpanda/blob/cc9d3c694b4dc6029cf8195ebfbd1900ba58a23a/src/v/kafka/server/handlers/create_topics.cc#L55-L56), but then the `partition_allocator` does not allocate partitions...
`reflect.Call` allocates a `[]reflect.Value` slice of length `nout` for the number of return arguments from the function. This is fine for a one-off call of a function, but when repeatedly...
- [ ] change SetOffsets to accept arbitrary offsets (remove "must have consumed" restriction) - [ ] #622 - [ ] add `kversion.ParseVersion(string) *Versions` - [ ] Bump to go1.19:...
I think this can be backend only.
Console supports pagination for the last 500 messages, in that the message viewer allows navigating within those 500 messages. We'd like the ability to load the _next_ 100 messages or...
- [x] Support Kafka 3.7 (as well as Errors.java) - [ ] Ready to merge: #672 - [ ] Ready to merge: #681 - [ ] Ready to merge: #697...
Flow: enable SSSV, create schema, produce invalid message to topic with SSSV, ensure rejected, produce correct message, ensure accepted, consume message, ensure correct