]
Farah Juma updated ELY-1864:
----------------------------
Fix Version/s: 1.10.0.CR6
UDP reconnect should not endlessly loop and attempt to resend the
message
-------------------------------------------------------------------------
Key: ELY-1864
URL:
https://issues.jboss.org/browse/ELY-1864
Project: WildFly Elytron
Issue Type: Bug
Components: Audit
Reporter: James Perkins
Assignee: James Perkins
Priority: Major
Fix For: 1.10.0.CR6
ELY-1712 introduced a way to limit reconnect attempts. The UDP implementation attempts to
endlessly reconnect and re-send the message. With a TCP connection the connection will be
retried, but the message is swallowed and not re-sent after re-connection. UDP should do
the same thing.
The reconnect attempts should be checked for both TCP and UDP. Once reached the endpoint
should just shutdown and throw an error.