Say we are receiving tuples of JSON from a spout. Should we just keep
passing around the JSON string and deserialize it in each bolt or Is
it best to break apart the JSON object into a bunch of fields that can
be passed around.

I'm thinking in terms of performance the latter may be "better"
although it will slightly make the rest of the topology more complex.

Also, what is a good JSON library to work with?

Thanks

Reply via email to