We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
on_corrupted_recreate
1 parent 75b5291 commit 4b59eb3Copy full SHA for 4b59eb3
quixstreams/state/rocksdb/options.py
@@ -36,7 +36,7 @@ class RocksDBOptions(RocksDBOptionsType):
36
if the `use_changelog_topics=True` is also set on the Application.
37
If this option is True, but `use_changelog_topics=False`,
38
the DB won't be destroyed.
39
- Note that the application doesn't validate the contents of the changelog topics.
+ Note: risk of data loss! Make sure that the changelog topics are up-to-date before enabling it in production.
40
Default - `False`.
41
42
Please see `rocksdict.Options` for a complete description of other options.
0 commit comments