When a schema registry has failed, consumer or producer cannot read schema anymore. This means that the records stored in Kafka are no longer readable. In this case, an exception is thrown because the data is unreadable for the consumer.
Is there an alternative to implement when the schema registry fails so that the consumer and producer don't get an error?