shibd commented on code in PR #1039:
URL: https://github.com/apache/pulsar-client-go/pull/1039#discussion_r1246326047
##########
pulsar/producer_partition.go:
##########
@@ -690,10 +693,9 @@ func (p *partitionProducer) internalSend(request
*sendRequest) {
return
}
}
- if request.flushImmediately {
+ if request.flushImmediately {
Review Comment:
> I haven't changed the format here, just delete the redunpdant blank lines.
I mean, we don't need to change this(Even if it can pass CI).
> If you meant I renamed internalcrypto to internalCrypto just because my
IDE told me that is a typo error.
I agree to fix the misspelling
--
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]