merlimat commented on a change in pull request #1319: Schema registry (2/N)
URL: https://github.com/apache/incubator-pulsar/pull/1319#discussion_r171901176
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Topic.java
 ##########
 @@ -125,4 +126,8 @@ void updateRates(NamespaceStats nsStats, 
NamespaceBundleStats currentBundleStats
     PersistentTopicInternalStats getInternalStats();
 
     Position getLastMessageId();
+
+    CompletableFuture<SchemaAndMetadata> getSchema();
 
 Review comment:
   would this be the "latest" schema for the topic?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to