Closed smoyer64 closed 5 years ago
Are you overriding the broker.retry.threshold env var? It should default to 3 if not provided.
Not in the FPS project ... I'll have to check to see if the CDI changes I made are overriding it.
You could try updating to latest version of this library, but the logic should be the same
If you build the MessageHandler
is built via the MessageHandlerFactory
with isLoadFromProperties(false)
the default value is (implicitly) set to zero.
When there's a network issue between k8s and either the CPR or the FPS LDAP servers, a ScimException is thrown and the message is supposed to be queued for retry as shown in the following code:
Looking at a message that's supposed to be retried, we see the three log messages expected but we don't see the expected retries: