Skip to content

Commit fc72198

Browse files
Update documentation (#807)
Co-authored-by: gwaramadze <[email protected]>
1 parent fcf4339 commit fc72198

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/api-reference/quixstreams.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7456,7 +7456,7 @@ def repartition_topic(operation: str,
74567456
timeout: Optional[float] = None) -> Topic
74577457
```
74587458

7459-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L201)
7459+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L202)
74607460

74617461
Create an internal repartition topic.
74627462

@@ -7485,7 +7485,7 @@ def changelog_topic(topic_name: Optional[str],
74857485
timeout: Optional[float] = None) -> Topic
74867486
```
74877487

7488-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L241)
7488+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L242)
74897489

74907490
Performs all the logic necessary to generate a changelog topic based on an
74917491

@@ -7525,7 +7525,7 @@ generate changelog topics. To turn off changelogs, init an Application with
75257525
def validate_all_topics()
75267526
```
75277527

7528-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L310)
7528+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L311)
75297529

75307530
Validates that all topics have ".broker_config" set
75317531
and changelog topics have correct numbers of partitions and replication factors.

docs/api-reference/topics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def repartition_topic(operation: str,
501501
timeout: Optional[float] = None) -> Topic
502502
```
503503

504-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L201)
504+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L202)
505505

506506
Create an internal repartition topic.
507507

@@ -536,7 +536,7 @@ def changelog_topic(topic_name: Optional[str],
536536
timeout: Optional[float] = None) -> Topic
537537
```
538538

539-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L241)
539+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L242)
540540

541541
Performs all the logic necessary to generate a changelog topic based on an
542542

@@ -582,7 +582,7 @@ generate changelog topics. To turn off changelogs, init an Application with
582582
def validate_all_topics()
583583
```
584584

585-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L310)
585+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/models/topics/manager.py#L311)
586586

587587
Validates that all topics have ".broker_config" set
588588
and changelog topics have correct numbers of partitions and replication factors.

0 commit comments

Comments
 (0)