Skip to content

Commit ab4b963

Browse files
Merge branch '8.1.x' into master by akhileshm1
2 parents 833faa9 + 0533025 commit ab4b963

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/main/java/io/confluent/kafka/schemaregistry/storage/SchemaRegistry.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ default Set<String> listSubjects() throws SchemaRegistryException {
106106
Set<String> listSubjects(LookupFilter filter)
107107
throws SchemaRegistryException;
108108

109+
Set<String> listSubjectsForId(int id, String subject) throws SchemaRegistryException;
110+
109111
Set<String> listSubjectsForId(int id, String subject, boolean returnDeleted)
110112
throws SchemaRegistryException;
111113

@@ -267,6 +269,8 @@ void deleteSubjectMode(String subject) throws SchemaRegistryStoreException,
267269

268270
SslFactory getSslFactory();
269271

272+
LookupCache<SchemaRegistryKey, SchemaRegistryValue> getLookupCache();
273+
270274
default void clearOldSchemaCache() {}
271275

272276
default void clearNewSchemaCache() {}

0 commit comments

Comments
 (0)