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 2021/06/22 11:05:00 UTC

[GitHub] [pulsar-client-go] freeznet commented on a change in pull request #548: regenerate the certs to work with Pulsar 2.8.0 and Java 11

freeznet commented on a change in pull request #548:
URL: https://github.com/apache/pulsar-client-go/pull/548#discussion_r656110752



##########
File path: pulsar/internal/http_client.go
##########
@@ -52,7 +52,7 @@ func (c *httpClient) Close() {
 }
 
 type HTTPClient interface {
-	Get(endpoint string, obj interface{}) error
+	Get(endpoint string, obj interface{}, params map[string]string) error

Review comment:
       > Is this change related to the certificate updates
   
   it is related to Pulsar 2.8.0, seems the `GetPartitionedTopicMetadata` with http lookup service has to pass `checkAllowAutoCreation=true` as params to get the partition num of the non-existed topic. So once we run CI with Pulsar 2.8.0, the tests will fail. [related with [#10601](https://github.com/apache/pulsar/pull/10601)]




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