Hello!
According to the definition of the tuple as stated in
http://nathanmarz.github.io/storm/doc/backtype/storm/tuple/Tuple.html
" tuple is a named list of values, where each value can be any type". As
I'm newbie in Storm my question is simple: What is giving the name of the
tuple? The streamId or the name of the fields for each defined value?
Please give an example with the named list.
As I could see in some examples,the tuple looks like a list of values :
("smith","27","ABCQN")
but there is no name.
I look forward for your answers.
Thank you
Regards,
Florin