-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
-
3
-
False
-
-
False
-
subs-swatch-lightning
-
-
-
Swatch Lightning Sprint 2
Kafka Bridge was automatically deleting consumer groups when they were detected as inactive, causing test failures. This issue doesn't occur in IQE tests, possibly due to longer timeout configurations in EE environments.
The correct solution would be to implement a background process approach that serves two purposes:
- Keep consumer groups alive by periodically polling the /records endpoint
- Cache messages in memory for faster retrieval during tests