Commit Graph

10 Commits

Author SHA1 Message Date
Ismael Juma f1e0fa91ab
MINOR; Delete config/kraft/README.me (#12688)
We have since updated the main documentation to cover KRaft and the
duplication is not helpful. Furthermore, this file ships with the distribution,
which means we cannot update it without a release.

Reviewers: José Armando García Sancio <jsancio@apache.org>
2022-10-13 19:33:40 -07:00
José Armando García Sancio 4dec656699
KAFKA-14207; KRaft Operations documentation (#12642)
Reviewers: Colin Patrick McCabe <cmccabe@apache.org>, Chase Thomas <forlack@users.noreply.github.com>
2022-09-26 11:19:48 -07:00
Ismael Juma 85cfa70f59
MINOR: Remove kraft authorizer from list of missing features (#12146)
Also tweak the list of missing features a bit

Reviewers: José Armando García Sancio <jsancio@users.noreply.github.com>
2022-05-11 09:46:37 -07:00
Luke Chen 71cbff62b6
MINOR: Fix and clarify kraft README and example configuration files (#11616)
Reviewers: Ron Dagostino <rdagostino@confluent.io>, Jason Gustafson <jason@confluent.io>
2022-02-15 10:27:38 -08:00
Luke Chen 272e011464
MINOR: bump version in kraft readme (#11596)
Reviewers: Colin P. McCabe <cmccabe@apache.org>, David Jacot <djacot@confluent.io>
2021-12-20 10:32:23 +01:00
Tom Bentley a4333bed84
MINOR: change log.dirs for config/kraft/controller.properties (#11028)
Change log.dirs for config/kraft/controller.properties to be more consistent with the other
example config files for kraft.

Reviewers: Colin P. McCabe <cmccabe@apache.org>
2021-10-26 14:30:16 -07:00
Ryan Dielhenn 89f1bea39b
KAFKA-13165: Validate KRaft node id, process role and quorum voters (#11179)
Validate that KRaft controllers are members of the KRaft quorum, and non-controllers are not.
This validation assumes that controllers and brokers have the same ID only when they are
co-located.

Reviewers: David Arthur <mumrah@gmail.com>, José Armando García Sancio <jsancio@gmail.com>, Luke Chen <showuon@gmail.com>
2021-08-09 12:57:23 -07:00
Ron Dagostino 2edaf9ddd3
MINOR: Update KRaft README.md and upgrade.html for 3.0
Reviewers: Colin P. McCabe <cmccabe@apache.org>
2021-08-02 10:39:32 -07:00
Niket 57866bd588
MINOR: Rename the @metadata topic to __cluster_metadata #11102
Reviewers: Colin P. McCabe <cmccabe@apache.org>
2021-07-21 17:30:35 -07:00
Ismael Juma 16b2d4f3a7
MINOR: Self-managed -> KRaft (Kafka Raft) (#10414)
`Self-managed` is also used in the context of Cloud vs on-prem and it can
be confusing.

`KRaft` is a cute combination of `Kafka Raft` and it's pronounced like `craft`
(as in `craftsmanship`).

Reviewers: Colin P. McCabe <cmccabe@apache.org>, Jose Sancio <jsancio@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>, Ron Dagostino <rdagostino@confluent.io>
2021-03-29 15:39:10 -07:00