oryx2 commented on a change in pull request #611:
URL: https://github.com/apache/pulsar-client-go/pull/611#discussion_r788328382



##########
File path: pulsar/internal/lookup_service.go
##########
@@ -358,6 +378,9 @@ func (h *httpLookupService) GetTopicsOfNamespace(namespace 
string, mode GetTopic
        return topics, nil
 }
 
+func (h *httpLookupService) GetSchema(topic string, schemaVersion []byte) 
(schema *pb.Schema, err error) {
+       return nil, errors.New("not support")

Review comment:
       Thanks, I will add error message.




-- 
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]


Reply via email to