Skip to content

Property default-binder doesnt seem to work  #1806

@mwesox

Description

@mwesox

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>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions