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
{{ message }}
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
longdafeng edited this page Oct 21, 2014
·
6 revisions
The transaction in JStorm is often used for high precision scenario, such as counting the amount or quantity, or synchronizing the database.
The implementation of the transaction management in storm is not that friendly for users, even becoming more abstruse after wrapping within Trident. Please refer to Storm Transaction for Storm transaction details.
JStorm provide one new transaction framework, which core design is same as Storm's, but more friendly to user, please refer to JStorm Transaction Example for details