I wrote a streaming job with scala, using only immutable case class. Is it safe to enable object reuse? Will it get benefits from enabling object reuse?
I reached to documents but they cover neither streaming cases nor immutable data structures.
I wrote a streaming job with scala, using only immutable case class. Is it safe to enable object reuse? Will it get benefits from enabling object reuse?
I reached to documents but they cover neither streaming cases nor immutable data structures.