Made kafka producer to use generic method for inherited child classes.
Made kafka consumer use one container factory with filter strategies for message consuming.
Added two listeners with different groups for consumer.
Utilizes one topic but filtered by message header.
Type of change
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] 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 full application via docker compose. Recieving messages for tags and communities should be correct
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
[x] I have updated project version if release is planned
Description
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: