Skip to content

Commit

Permalink
fix new producer log (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
laststem authored Aug 12, 2024
1 parent 174fa0c commit 3b697d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/stream/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ func (cc *environmentCoordinator) newProducer(leader *Broker, tcpParameters *TCP

for clientResult.connectionProperties.host != leader.advHost ||
clientResult.connectionProperties.port != leader.advPort {
logs.LogDebug("connectionProperties host %s doesn't mach with the advertised_host %s, advertised_port %d .. retry",
logs.LogDebug("connectionProperties host %s doesn't match with the advertised_host %s, advertised_port %s .. retry",
clientResult.connectionProperties.host,
leader.advHost, leader.advPort)
err := clientResult.Close()
Expand Down

0 comments on commit 3b697d8

Please sign in to comment.