Skip to main content

When using the AzureEventHubsCOnnector to receive in stream mode, the documentation states "Stream: The connector continues to receive messages indefinitely. The translation needs to be terminated in order to stop reception." Am i missing something here? how do you send a termination to it? In python this is straightforward...

Hi @paul.brignall​, this could be done by manually stopping the workspace OR by using the Terminator transformer. You could use a Tester transformer, and if any features fail the test logic you've set, it would then go to the Terminator which stops the workspace from running.


Reply