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?
![image](https://private-user-images.githubusercontent.com/38354345/328245023-959b9a77-77ae-42d5-bf9f-cddc5aa47952.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjMzNjAsIm5iZiI6MTczOTM2MzA2MCwicGF0aCI6Ii8zODM1NDM0NS8zMjgyNDUwMjMtOTU5YjlhNzctNzdhZS00MmQ1LWJmOWYtY2RkYzVhYTQ3OTUyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEyMjQyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM0MmU2MjhiOTdkMmNkOGVkNjZhNjJhZDZiNjI0MTc2ZDQxYjIxOTdjZGNmM2M0MGE0NDFjY2IxZWM1NDk2YzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ux0A_Ag2Wv0dhlN0QClWY8gH_4orWqaAkjlPbStlWaA)
Beta Was this translation helpful? Give feedback.
All reactions