DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Current state: Under Discussion
Discussion thread: NoneNot yet
JIRA:
| Jira | ||||||
|---|---|---|---|---|---|---|
|
Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).
...
This KIP proposes to deprecate the broker.id server configuration property in Apache Kafka 4.3 and remove it in Apache Kafka 5.0.
Config | Type | Default | 4.3 | 5.0 |
|---|---|---|---|---|
| INT | -1 | Deprecated | Removed |
| INT | (required) | No change | No change |
Note: The documentation describes node.id as required in KRaft mode, but it can currently be omitted if broker.id is set, because the synonym mechanism automatically populates node.id from broker.id. After the removal in 5.0, node.id must be explicitly set.
...
The following table summarizes the expected behavior for each configuration scenario across version ranges:
Configuration | 4.0 ~ 4.2 (Current) | 4.3 ~ 4.x (Deprecated) | 5.0 (Removed) |
|---|---|---|---|
Only | Valid | Valid | Valid |
Only | Valid; | Valid + |
|
Both set, same value | Valid | Valid + | Valid; |
Both set, different values |
|
| Valid; |
Neither set |
|
|
|
Compatibility, Deprecation, and Migration Plan
...