-
Notifications
You must be signed in to change notification settings - Fork 631
Closed
Labels
Description
There is a property spring.cloud.stream.default-binder, where you can define the default binder, in case you have multiple binders on your classpath.
It seems like the kinesis binder is ignoring the property and there is no way in switching the binder.
We try to use a rabbit binder for local development and even by setting the property spring.cloud.stream.default-binder=rabbit always the kinesis binder was used.
We use the following dependency together with Spring Cloud version (Greenwich.SR1)
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kinesis</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
Reactions are currently unavailable