dferstay commented on a change in pull request #699:
URL: https://github.com/apache/pulsar-client-go/pull/699#discussion_r779064849



##########
File path: pulsar/internal/connection_pool.go
##########
@@ -46,6 +46,7 @@ type connectionPool struct {
        maxConnectionsPerHost int32
        roundRobinCnt         int32
        metrics               *Metrics
+       defaultMaxMessageSize int

Review comment:
       Suggest making this an `int32` to be consistent with the type of 
`connection.defaultMaxMessageSize`.




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