Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Default table name for jdbc sink doesn't match docs #3

Closed
sabbyanandan opened this issue Dec 15, 2016 · 1 comment
Closed

Default table name for jdbc sink doesn't match docs #3

sabbyanandan opened this issue Dec 15, 2016 · 1 comment
Assignees
Milestone

Comments

@sabbyanandan
Copy link
Contributor

sabbyanandan commented Dec 15, 2016

From @trisberg on June 9, 2016 20:22

The docs say that the default table name is "stream-name" while the actual name of the table created was "messages".

tableName
    String (String, default: <stream name)

Copied from original issue: spring-cloud/spring-cloud-stream-app-starters#120

@sabbyanandan
Copy link
Contributor Author

From @trisberg on June 9, 2016 20:32

Looks like we aren't setting spring.application.name

    @Value("${spring.application.name:messages}")
    private String tableName;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants