You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Start the KSQL Kafka consumer thread which is responsible for subscribing to the kafka topic,
181
-
* consuming JournalRecord entries found on that topic, and applying those journal entries to
182
-
* the internal data model.
180
+
* Consume the snapshots topic, looking for the most recent snapshots in the topic. Once found, it restores the internal h2 database using the snapshot's content.
181
+
* WARNING: This has the limitation of processing the first 500 snapshots, which should be enough for most deployments.
0 commit comments