asafm commented on code in PR #19208:
URL: https://github.com/apache/pulsar/pull/19208#discussion_r1071875876
##########
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/RocksdbMetadataStore.java:
##########
@@ -570,3 +573,17 @@ public Optional<MetadataEventSynchronizer>
getMetadataEventSynchronizer() {
return Optional.ofNullable(synchronizer);
}
}
+
+class RocksdbMetadataStoreProvider implements MetadataStoreProvider {
Review Comment:
I didn't know java supports that (I'm used to it in Kotlin).
##########
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/LocalMemoryMetadataStore.java:
##########
@@ -237,3 +240,17 @@ public void close() throws Exception {
}
}
}
+
+class MemeoryMetadataStoreProvider implements MetadataStoreProvider {
Review Comment:
spelling mistake in class name
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]