Hi , We have trident topologies where we have lot of fields in each log row(tuple) , would it be better to segregate fields and pass it other bolts/functions or create a class for those fields pass object of that class all along . we tried both the options and both of them works ,but due to lack of data can't comment on events per seconds . would lot of data be moving around in case of object of class because in case in separate fields ,we are passing only required fields to base functions but in object scenario passing whole object to function .
Single fields are mostly primitive . Thanks, Navdeep
