I'm settings up a schema registry server for kafka. I've used confluent schema registry and all was well but then I saw, that you can with less hassle set up a default, spring one. So I did but I was a bit surprised, it seems harder to control the schema, it does weird things with naming (EntityCamelCase to entitycamelcase), no separation for x-value and x-key as confluent did. Version of schema are bumped automatically and I don't even know what the compatibility mode is set.
So I wanted to find out something more but I really can't find anything about this spring schema registry server. There seem to be no properties to set available, nothing really.
I tried to find out something in documentation but it doesn't seem to help either.
So, the question that I have and I can't find an answer to, what are the differences between confluent and spring schema registry server. Is there any source online to read about latter?
Thanks!