apache / apache/pulsar-client-go
Incorrect ledgerID and entryID logged when producer receives unexpected ack
Open
- Dominant language
- Go
- Stars
- 745
- Forks
- 389
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 3
Description
#### Expected behavior
The producer should log the ledgerId and entryId with -1 when receives unexpected ack
#### Actual behavior
The actually log is:
```
... level=warning msg="Received ack for ledgerId:18446744073709551615 entryId:18446744073709551615 on sequenceId xxx - expected: xxx, closing connection" ...
```
#### Steps to reproduce
#### System configuration
**Pulsar version**: 3.1
Contributor guide
Assessment
This issue has not been assessed yet.