GH-2311: Migrate AWS Kinesis binder to core
Fixes https://github.com/spring-cloud/spring-cloud-stream/issues/2311 * Use Tescontainers for Localstack * Fix tests according new `core` status quo * Improve `KinesisStreamProvisioner` to wait for stream become active before moving on to other logic Disable Kinesis binder LocalstackContainerTest on mac
This commit is contained in:
@@ -88,6 +88,9 @@
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>spring</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-snapshots</id>
|
||||
|
||||
Reference in New Issue
Block a user