10

Certain functions and operations in DataWeave seem to execute in a lazy manner, not loading all records at once or only executing when called. At the same time, some seem to support streaming. What's the difference between the two?

afelisatti
  • 2,770
  • 1
  • 13
  • 21

1 Answers1

0

If the incoming payload is streamcapable. it cannot be accessed more than once and we can access it only in a sequential manner.