Skip to content

Commit 4b59eb3

Browse files
authored
RocksDBOptions: update docstring for on_corrupted_recreate (#893)
1 parent 75b5291 commit 4b59eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quixstreams/state/rocksdb/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class RocksDBOptions(RocksDBOptionsType):
3636
if the `use_changelog_topics=True` is also set on the Application.
3737
If this option is True, but `use_changelog_topics=False`,
3838
the DB won't be destroyed.
39-
Note that the application doesn't validate the contents of the changelog topics.
39+
Note: risk of data loss! Make sure that the changelog topics are up-to-date before enabling it in production.
4040
Default - `False`.
4141
4242
Please see `rocksdict.Options` for a complete description of other options.

0 commit comments

Comments
 (0)