Skip to content

Commit

Permalink
Topic persistence (quixio#11)
Browse files Browse the repository at this point in the history
* Update topic events

* Update topic phone-data

---------

Co-authored-by: Tomas Neubauer <tomas@quix.io>
  • Loading branch information
tomas-quix and Tomas Neubauer authored Sep 20, 2023
1 parent 6fc3a89 commit 973dbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ deployments:
# This section describes the Topics of the data pipeline
topics:
- name: phone-data
persisted: false
persisted: true
configuration:
partitions: 2
replicationFactor: 2
retentionInMinutes: -1
retentionInBytes: 1048576000
- name: events
persisted: false
persisted: true
configuration:
partitions: 2
replicationFactor: 2
Expand Down

0 comments on commit 973dbe3

Please sign in to comment.