-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dataflow-rest-client : Auto create "TASK*" tables when connect database #4940
Comments
We will look into fixing this, thanks for the report. In the meantime can you set the property |
Did a little digging here: The issue is that |
@markpollack Is spring.cloud.task.autconfiguration: false equally valid? I mean does DataFlowClientAutoConfiguration depend on Cloud Task autoconfiguration in any way or can it work standalone?. If not, I think it should |
I believe it can be excluded. But need to verify . |
sorry about not good english
Problem description
when
add
dataflow-rest-client
dependency and connect databasethen
some tables are created
maybe these tables are from
spring-cloud-task-core
dependencydefined at
https://github.com/spring-cloud/spring-cloud-task/blob/main/spring-cloud-task-core/src/main/resources/org/springframework/cloud/task/schema-mysql.sql
I think rest-client shouldn't handle db tables.. thanks
The text was updated successfully, but these errors were encountered: