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: [email protected]
