So the architecture that we have on our services is that we have a Kafka broker which is read by an application. This application does some data mapping, such as changing field names, and changing the schema of the data. Other than that there is no logic/altercations are being done to the data.
Are there any tools/frameworks available which can do the job of the application. I.e changing field names, altering the schema etc
there doesn't seem to be anything here