Added migration to copy already existing subscriptions to new tables with inheritance
Updated kafka producer to create registry entry for every sent message
Added filter to send coubs by registry entry by 30 days. Everything that is older than 30 days will not be filtered
Deprecated old classes in subscriptions holder
Fixes #37
Type of change
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[x] Test sent coubs for subs. Check if registry is updated. Check filter by registry
Test Configuration:
Firmware version: MacOS 14
Hardware: Macbook M1 Pro
SDK: jdk-17.0.2
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
Fixes #37
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: