AbsaOSS / AbsaOSS/EventGate

Topics' schema change: number -> integer for timestamp values

Open
#163 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4
Forks
0
Avg merge
1d 5h
Merged PRs (30d)
8

Description

### Description of Technical Debt

Not a big deal, but the 'integration layer' like this should have correct schema. Timestamps should not allow floating point numbers to get into the system, it should have correct data type setup - and that is `integer`, not `number`.

### Impact of Technical Debt

Increases bug risks & allows invalid data to get into the system.

### Category

Code Quality / Refactoring

### Priority

Medium - Should be addressed soon

### Proposed Solution

Go over all timestamp fields in all the schemas and make sure that the type is `integer` for these, not `number`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.