Following a discussion here: Slack
I’d like to have the possibility of restoring topics in s3 to topics named the same (or possibly other) using regex.
For example it’s possible to backup topics using
"INSERT INTO my-bucket:topics SELECT * FROM `*` STOREAS `JSON` PROPERTIES ( 'store.envelope'=true, 'flush.size'=1000000, 'flush.interval'=30, 'flush.count'=5000)"
however reversing the query isn’t currently supported.
For my specific use case, restore currently requires some manual work to create the queries for each topic I want to back up, and whilst there are some architecture changes that could be made to simplify this, a regex restore would make things much quicker.