I have micro services built based on Spring Cloud Stream. Testing team needs to create integration test for these services. What are best practices?
Based on the sample below, Sink/Source/Processor from different applications needs to be in classpath of the testing project. Is the expectation is to package each service and include it in testing project?
Thanks