aloyszhang commented on code in PR #18293:
URL: https://github.com/apache/pulsar/pull/18293#discussion_r1015351285
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/schema/SchemaRegistry.java:
##########
@@ -37,6 +37,9 @@ public interface SchemaRegistry extends AutoCloseable {
CompletableFuture<SchemaVersion> putSchemaIfAbsent(String schemaId,
SchemaData schema,
SchemaCompatibilityStrategy strategy);
+ CompletableFuture<SchemaVersion> putSchemaIfAbsent(String schemaId,
SchemaData schema,
Review Comment:
fixed
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/schema/SchemaRegistryStats.java:
##########
@@ -36,6 +36,7 @@ class SchemaRegistryStats implements AutoCloseable, Runnable {
private final Counter getOpsFailedCounter;
private final Counter putOpsFailedCounter;
+ private final Counter putOpsRetryCounter;
Review Comment:
done
--
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]