diff --git a/avro/src/main/scala/hydra/avro/registry/RedisSchemaRegistryClient.scala b/avro/src/main/scala/hydra/avro/registry/RedisSchemaRegistryClient.scala index 5d5e4c873..df31a4534 100644 --- a/avro/src/main/scala/hydra/avro/registry/RedisSchemaRegistryClient.scala +++ b/avro/src/main/scala/hydra/avro/registry/RedisSchemaRegistryClient.scala @@ -152,7 +152,7 @@ object RedisSchemaRegistryClient { redisPort, schemaRegistrySecurityConfig.toConfigMap, CacheConfigs(redisIdCacheTtl, redisSchemaCacheTtl, redisVersionCacheTtl), - false + true ) new SchemaRegistryComponent {