cloudflow
cloudflow copied to clipboard
Stop users from implementing streamlets with objects (sbt should fail)
With local mode, there's a limitation to use objects as a Streamlet implementation.We have decided to mandate the use of class
es to implement Streamlets.In the context of this story, we want to automate the verification that the user is not using object
s to implement their streamlets.