borg1310
borg1310
thanks a lot for your answers and support. now i have changed my code to use reactive input/(output) only (see [0]). but now following error occurs: `` org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating...
> What version of Spring Cloud Stream for Kafka are you using? spring-cloud-dependencies: 2021.0.3 spring-cloud-stream: 3.2.4 spring-cloud-stream-binder-kafka: 3.2.4
> the limited stack trace you have included clearly points to something in your package `org.fzj.ibg.tsmms.stream.tests.TestEmitter.testUsageDetailSender(TestEmitter.java:52).....`. Something that we don't see i run only a test for testing the source...
hi @artembilan , thanks for your answer. my use case is to download data from a ftp server that is located in directories sorted by year. So for now I...