redpanda
redpanda copied to clipboard
Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
### Version & Environment 22.2.x ### What went wrong? Steps to reproduce 1. Edit `redpanda.yaml` such that `redpanda.kafka_api` uses a nonstandard port (e.g., 9093) 2. Run `rpm redpanda config bootstrap...
[KIP-124](https://cwiki.apache.org/confluence/display/KAFKA/KIP-124+-+Request+rate+quotas#KIP124Requestratequotas-Metricsandsensors) is an accepted proposal to add request rate quotas to Kafka. It works by adding a new field `throttle_ms_time` to most responses. This field is 0 unless a previous...
## Cover letter This PR introduces a new node status mechanism that operates outside of Raft. The node_status_provider subsystem runs on shard 0 of every node. Briefly it operates like...
This is just for getting some debug info from CI.
## Cover letter Moved PR #6338 to this PR because the former had 150+ comments that became difficult to sift through. At Redpanda there is an effort to improve security...
## Cover letter Makes sure adjacent compaction honors max_collectible_offset check added in #5318. This is critical for transactions as we do not want to compact beyond LSO. Fixes #6335 ##...
## Cover letter In environments where the operator and redpanda are upgraded "at once" we end up performing a double restart of redpanda, once due to the operator, e.g., because...
https://buildkite.com/redpanda/redpanda/builds/14973#0182f8f2-c734-4d62-b43a-c885c4d1255a This might be the failure message? ``` case.go:363: resource Cluster:kuttl-test-resolved-snipe/decommissioning: .status.replicas: value mismatch, expected: 3 != actual: 1 ```
This PR implements [KIP-599](https://cwiki.apache.org/confluence/display/KAFKA/KIP-599%3A+Throttle+Create+Topic%2C+Create+Partition+and+Delete+Topic+Operations) Throttle topic administrative functions, namely they are, `CreateTopics`, `DeleteTopics` and `CreatePartitions` requests. Importantly to note, this KIP doesn't attempt to constrain the number of global partition...
## Cover letter This allows to configure Ingress resources generated for: - Panda proxy - Console Customization allowed are: - Enable/disable their creation - Configure the host endpoint under which...