Disconnect Kinesis binder from the build
- Kinesis binder depends on spring-cloud-aws library which only becomes available after the spring-cloud (2022) release that includes Spring Cloud Stream release. This creates a cycle and thus we cannot include Kinesis binder release as part of the Spring Cloud Stream release train. See this issue for more details: https://github.com/spring-cloud/spring-cloud-stream/issues/2572 - Subsequently, we will remove the source code for Kinesis binder from core SCSt repostiroy and move it into it's own space (as it was before).
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<modules>
|
||||
<module>kafka-binder</module>
|
||||
<module>rabbit-binder</module>
|
||||
<module>kinesis-binder</module>
|
||||
<!-- <module>kinesis-binder</module>-->
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user