We keep seeing these errors in our logs in our subscriber modules: Load balancing for event processor failed - Did not observe any item or terminal signal within 60000ms in 'filter' (and no fallback has been configured) Did not observe any item or terminal signal within 60000ms in 'filter' (and no fallback has been configured).
We send just a few messages per second, but there should never be such a long period without messages sent from our publisher
Expected Behavior
No such error messages in our logs
Versions
OS platform and version: MacOS 10.15 / Alpine Linux (openjdk:8-jdk-alpine docker image)
This is the code that sets up our event processor clients:
Actual Behavior
Load balancing for event processor failed - Did not observe any item or terminal signal within 60000ms in 'filter' (and no fallback has been configured) Did not observe any item or terminal signal within 60000ms in 'filter' (and no fallback has been configured)
.Expected Behavior
Versions