You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/04/19 02:12:13 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #4083: [pulsar-proxy]Add the LookupProxyHandler handle getSchema request and test

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:
users@infra.apache.org


With regards,
Apache Git Services