Hi, I apologize if this has been answered before, but unlike google groups mailing list archives are a bit hard to search in.
I would like to learn whether it is possible to update a given bolt type without loosing messages or sustaining any processing outage. In my fantasy, some sort of hot-swap taking place behind the scenes.. while messages on the input stream for the bolts of the type being upgraded, are being transparently queued during the swap ― and then passed to the newly deployed version of the bolts when those become available in their new version. Thanks, Matan *P.S. could not be certain following https://issues.apache.org/jira/browse/STORM-561 <https://issues.apache.org/jira/browse/STORM-561> and existing SO questions predating it.*