Class: AvroSchemaRegistry::CachedClient

Inherits:
AvroTurf::CachedConfluentSchemaRegistry
  • Object
show all
Defined in:
lib/avro_schema_registry/cached_client.rb

Instance Method Summary collapse

Instance Method Details

#lookup_subject_schema(subject, schema) ⇒ Object

delegate additional method to upstream



9
10
11
# File 'lib/avro_schema_registry/cached_client.rb', line 9

def lookup_subject_schema(subject, schema)
  @upstream.lookup_subject_schema(subject, schema)
end