+2 votes
in Apache Storm by
What tuples contain in Storm?

1 Answer

0 votes
by

By default, tuples can contain integers, longs, shorts, bytes, strings, doubles, floats, booleans, and byte arrays. You can also define your own serializers so that custom types can be used natively within tuples.

Related questions

+2 votes
asked Jul 1, 2021 in Apache Storm by rajeshsharma
+2 votes
asked Jul 1, 2021 in Apache Storm by rajeshsharma
...