Open
Description
Feature or Problem Description
The current upgrade path from Apicurio v2 to v3 requires exporting/importing using a .zip file which involves either manual handling or more moving parts.
Proposed Solution
Add a way to convert from v2 to v3 data directly from Apicurio v3, without the need to export/import. I'm interested at the KafkaSQL storage, would it be possible to get an operation that converts data from an input _v2 topic to a _v3 output?
Looking at the code it should be possible to extend the import API to read from a topic instead of a .zip file. This would then save the data in v3 format in another kafka topic or whatever storage has been configured for the instance.
Originally posted by @Pablosko98 in #5624
Activity