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/04/13 10:13:11 UTC

[GitHub] [pulsar-client-go] freeznet opened a new pull request #510: [WIP][#504] add http lookup service support

freeznet opened a new pull request #510:
URL: https://github.com/apache/pulsar-client-go/pull/510


   Fixes #504
   
   Master Issue: #504
   
   ### Motivation
   
   java-client has support http-based lookup: https://github.com/apache/pulsar/blob/12ef7c9b7ce698e6a8181700a2e8a2b030bcfa60/pulsar-client/src/main/java/org/apache/pulsar/client/impl/PulsarClientImpl.java#L150
   
   This pr adds http lookup service into `pulsar-client-go`, to allow user use http/https protocol as service url.
   
   ### Modifications
   
   - add `HTTPLookupService`
   - add `HTTPClient`
   - add tests
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (yes)
     - If yes, how is the feature documented? (not documented)
     - If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
   


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



[GitHub] [pulsar-client-go] wolfstudy merged pull request #510: [#504] add http lookup service support

Posted by GitBox <gi...@apache.org>.
wolfstudy merged pull request #510:
URL: https://github.com/apache/pulsar-client-go/pull/510


   


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