Introduce break
for aborting iterations
#1297
Labels
type: feature
A value-adding code addition that introduce new functionality.
vrl: compiler
Changes to the compiler
based on this discussion
a nice feature would be to have a
break
instruction to finish an ongoing iteration, like when you iterate on afor_each
instruction like init would be more efficient for sure if there would be a way to break the
for_each
iterationbut
break
is not supported and reserved for future useThe text was updated successfully, but these errors were encountered: