Error retrieving Avro schema for id 1, Subject not found.; error code: 40401
问题 Caused by: org.apache.kafka.common.errors.SerializationException: Error retrieving Avro schema for id 1 Caused by: io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Subject not found.; error code: 40401 Confluent Version 4.1.0 I am consuming data from a couple of topics(topic_1, topic_2) using KTable, joining the data and then pushing the data onto another topic(topic_out) using KStream. (Ktable.toStream()) The data is in avro format When I check the schema by