You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proxy does HTTP POST to Customer Service
Customer service successfully updates database etc.
Customer Service sends back an HTTP response
Proxy crashes before receiving the HTTP response and recording the duplicate.
Proxy recovers and redelivers what is now a duplicate.
This scenario shows that duplicate detection should be handled on application side and should be removed from proxy.
The text was updated successfully, but these errors were encountered:
dartartem
changed the title
pointless duplicate key detection
pointless duplicate key detection should be removed
Apr 28, 2021
For example using http proxy to deliver events to customer service (https://github.com/eventuate-examples/eventuate-tram-reactive-examples-customers-and-orders):
Proxy does HTTP POST to Customer Service
Customer service successfully updates database etc.
Customer Service sends back an HTTP response
Proxy crashes before receiving the HTTP response and recording the duplicate.
Proxy recovers and redelivers what is now a duplicate.
This scenario shows that duplicate detection should be handled on application side and should be removed from proxy.
The text was updated successfully, but these errors were encountered: