I'm a newbie in schema registry in Kafka, but I cannot realize what's the difference between kafka-value and kafka-key in schema registry? I registered a new topic: test Now, if I make a request to /subjects I have:
- test
- test-value So my question:
- what the difference between them? If I wanted to update schema I have to update key or value?
- why I need key with schema and different versions and value with a different version?
- why in control center key for shcema is empty?