So what’s the problem? How to execute streaming logic in a test environment.
We can write Integration test cases and provide the actual environment in the integration test. But for unit testing, we need a testing environment which should not depend on any external application.
Click through for the example.