Replies: 2 comments 1 reply
-
Store and Forward uses retry mechanism, so the service can't guarantee which event is sent out sucessfully first. The implementation is in https://github.com/edgexfoundry/app-functions-sdk-go |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there an easy way to guarantee ordering with Redis? Is it necessary to implement a custom storage? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to Store&Forward documentation, EdgeX does not guarantee messages are sent in the same order they were received. Why? How Store&Forward is implemented? Is there a way to guarantee the order?
Beta Was this translation helpful? Give feedback.
All reactions