This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Description
As a user, I'm trying to run the following stream with the counter-sink as the target destination; however, I cannot query for the latest "count" from the shell/GUI. No errors on the console.
stream:
stream create foo --definition "time | counter" --deploy
findings:
According to the code, it seems like we expect a --name to be provided (it is not a required property, though); if there's no name, we are trying to pull it from expression and that seems to silently fail. If we are supplying --name in the DSL, the sink seems to work as expected.
acceptance:
We must either make the --name property required or relax the expectation and handle the situation more gracefully.