issues
search
exasol
/
advanced-analytics-framework
Framework for building complex data analysis algorithms with Exasol
MIT License
0
stars
0
forks
source link
Add PayloadReceiver
#138
Closed
tkilias
closed
1 year ago
tkilias
commented
1 year ago
Background
We need a counter part to the PayloadSender which was added in
https://github.com/exasol/advanced-analytics-framework/issues/137
.
The PayloadReceiver needs to be able to restore the order of the messages, drop message that where sent multiple times and acknowledge received messages
Background