+2 votes
in Apache Storm by

Explain when using field grouping in storm, is there any time-out or limit to known field values?

1 Answer

0 votes
by

Field grouping in storm uses a mod hash function to decide which task to send a tuple, ensuring which task will be processed in the correct order. For that, you don’t require any cache.  So, there is no time-out or limit to known field values.

Related questions

+2 votes
asked Jun 30, 2021 in Apache Storm by rajeshsharma
+2 votes
asked Jun 30, 2021 in Apache Storm by rajeshsharma
...