Fetching Schemas on Startup with KafkaAvroSerializer

Hey there. I am currently trying to use KafkaAvroSerializer in my KafkaProducer and it is all working fine, but I was wondering if there is any capability to have a list of subjects for the serializer to fetch on startup? I would prefer that the latency of the first request not be affected by the communication to Schema Registry but not sure if this is possible. Thanks for any help or ideas on this!