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
There is currently no way to fix the in-memory H2 database when using the KafkaSQL storage. If some sort of data corruption occurs, it is difficult to fix because the kafka messages are immutable. We should introduce a Kafka message that can contain a custom SQL command that will be executed against the in-memory DB. This way data corruption issues could be fixed by posting such a message to the kafka topic.
The text was updated successfully, but these errors were encountered:
There is currently no way to fix the in-memory H2 database when using the KafkaSQL storage. If some sort of data corruption occurs, it is difficult to fix because the kafka messages are immutable. We should introduce a Kafka message that can contain a custom SQL command that will be executed against the in-memory DB. This way data corruption issues could be fixed by posting such a message to the kafka topic.
The text was updated successfully, but these errors were encountered: