pulsarctl
pulsarctl copied to clipboard
change topics stats backlogSize to uint64
Motivation
- Having thought about the previous PR, leaving the backlogSize as a signed int would likely lead to overflow conditions. Changing to uint64 to avoid those conditions.
Modifications
Change backlogSize to be a uint64.
Verifying this change
- [x] Make sure that the change passes the CI checks.
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
Documentation
Check the box below.
Need to update docs?
-
[x]
doc-required(If you need help on updating docs, create a doc issue)
-
[ ]
no-need-doc(Please explain why)
-
[ ]
doc(If this PR contains doc changes)