Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Transaction

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

Clone this wiki locally