File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7456,7 +7456,7 @@ def repartition_topic(operation: str,
7456
7456
timeout: Optional[float] = None) -> Topic
7457
7457
```
7458
7458
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 )
7460
7460
7461
7461
Create an internal repartition topic.
7462
7462
@@ -7485,7 +7485,7 @@ def changelog_topic(topic_name: Optional[str],
7485
7485
timeout: Optional[float] = None) -> Topic
7486
7486
```
7487
7487
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 )
7489
7489
7490
7490
Performs all the logic necessary to generate a changelog topic based on an
7491
7491
@@ -7525,7 +7525,7 @@ generate changelog topics. To turn off changelogs, init an Application with
7525
7525
def validate_all_topics()
7526
7526
```
7527
7527
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 )
7529
7529
7530
7530
Validates that all topics have ".broker_config" set
7531
7531
and changelog topics have correct numbers of partitions and replication factors.
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ def repartition_topic(operation: str,
501
501
timeout: Optional[float ] = None ) -> Topic
502
502
```
503
503
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 )
505
505
506
506
Create an internal repartition topic.
507
507
@@ -536,7 +536,7 @@ def changelog_topic(topic_name: Optional[str],
536
536
timeout: Optional[float ] = None ) -> Topic
537
537
```
538
538
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 )
540
540
541
541
Performs all the logic necessary to generate a changelog topic based on an
542
542
@@ -582,7 +582,7 @@ generate changelog topics. To turn off changelogs, init an Application with
582
582
def validate_all_topics()
583
583
```
584
584
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 )
586
586
587
587
Validates that all topics have " .broker_config" set
588
588
and changelog topics have correct numbers of partitions and replication factors.
You can’t perform that action at this time.
0 commit comments