dragosvictor commented on code in PR #1208:
URL: https://github.com/apache/pulsar-client-go/pull/1208#discussion_r1575129127


##########
pulsar/internal/lookup_service.go:
##########
@@ -30,8 +30,9 @@ import (
 
 // LookupResult encapsulates a struct for lookup a request, containing two 
parts: LogicalAddr, PhysicalAddr.
 type LookupResult struct {
-       LogicalAddr  *url.URL
-       PhysicalAddr *url.URL
+       IsProxyThroughServiceURL bool

Review Comment:
   You're right, it's never used outside of `lookupService.GetBrokerAddress`, 
where it is retrieved and consumed at the same time. Removed, thanks!



-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to