[ On AvroDeserializer.scala on line 50](https://github.com/fd4s/fs2-kafka/blob/b6cfde5d2126b9d158a0bfce7c72a5d44dfed522/modules/vulcan/src/main/scala/fs2/kafka/vulcan/AvroDeserializer.scala#L50) the method createDeserializer always fails when reaching the following line: ``` schemaRegistryClient.getSchemaById(writerSchemaId) ``` And gives me this error: `io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Schema 1 not found; error code: 40403` even though `getSchemaBySubjectAndId` and `getAllSubjects ` work as expected, given the same schema id with the additional subject name.