Skip to content

Commit 21b1af3

Browse files
lucasbruCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 08260e7 commit 21b1af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/streams/developer-guide/streams-rebalance-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following features are not yet available and should be avoided when using th
5555

5656
* **Static Membership**: Setting a client `instance.id` will be rejected.
5757

58-
* **Topology Updates**: If a topology is changed significantly (e.g., by adding new source topics or changing the number of sub-topologies), a new streams group must be created.
58+
* **Topology Updates**: If a topology is changed significantly (e.g., by adding new source topics or changing the number of subtopologies), a new streams group must be created.
5959

6060
* **High Availability Assignor**: Only the sticky assignor is supported.
6161

@@ -197,7 +197,7 @@ Whenever a member joins the streams group, the first heartbeat request contains
197197

198198
During the handling of the streams group heartbeat, the group coordinator may detect that source/sink or internal topics required by the topology do not exist or differ in their configuration from what is required for the topology to execute successfully. This triggers a "topology configuration" process, in which the group coordinator performs the following steps:
199199

200-
* Check that all source topics exist and resolve source topic regular expressions (checking that each resolves to at least one topic).
200+
* Check that all configured source topics exist.
201201
* Check that "copartition groups" are satisfied - that is, all source topics that are supposed to be copartitioned are indeed copartitioned.
202202
* Derive the required number of partitions for all internal topics from the source topic configuration.
203203
* Check that all internal topics exist with the right configuration.

0 commit comments

Comments
 (0)