sijie commented on a change in pull request #4083: [pulsar-proxy]Add the
LookupProxyHandler handle getSchema request and test
URL: https://github.com/apache/pulsar/pull/4083#discussion_r276885821
##########
File path:
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/LookupProxyHandler.java
##########
@@ -60,6 +65,11 @@
.create()
.register();
+ private static final Counter getSchemaRequestss = Counter
Review comment:
```suggestion
private static final Counter getSchemaRequests = Counter
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services