+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.

...