redpanda-data / redpanda-data/console
64 bit number values are not not displayed correctly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 432
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 40
Description
Hi, I have discovered an issue where if a kafka message contains int64 fields, they are not displayed correctly.
Example:

the TransId field actually has the value 73314510714175488, but is displayed as 73314510714175490
Seems like a JavaScript issue where they can only handle max 53 bit numbers?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named in the issue. Reproduce the display using a Kafka message containing an int64 value such as 73314510714175488, then trace how that value is handled in the UI. Done means the displayed value matches the original int64 value without precision loss.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kafka, react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100