• S
    Fix the getSchema logic in pulsar proxy (#4975) · b8aa2b0d
    Sijie Guo 提交于
    *Motivation*
    
    The getSchema logic in Pulsar proxy handler doesn't handle the case that
    the request doesn't have schema version.
    
    *Modification*
    
    - Fix the logic to handle the case that a GetSchema request doesn't have schema version.
    - Forward the GetSchemaResponse back to the client
    
    *Tests*
    
    The GetSchema tests in ProxyTest was disabled by mistake. Turn it on.
    (cherry picked from commit 676fd71a)
    b8aa2b0d
ClientCnx.java 41.4 KB