I'm new to kafka .Here is the question i have on ever changing kafka schema.
How can we handle schema changes at kafka consumer end?
If we change the payload structure at kafka publisher end, how can I make sure nothing breaks on the kafka consumer end?
I would be interested to know industry wide practises to handle this scenario.
I won't be using Confluent's schema registry for avro. Are there any other tried and tested options?