+2 votes
in Apache Storm by
Explain what is Topology_Message_Timeout_secs in Apache Storm?

1 Answer

0 votes
by

The maximum amount of time alloted to the topology to fully process a message released by a spout. If the message in not acknowledged in given time frame, Apache storm will fail the message on the spout.

...