We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We recently discovered that some apps use config props that in turn has nested config props (eg KafkaProperties$ProducerProperties in kafka-source).
KafkaProperties$ProducerProperties
kafka-source
The following apps need updating (there may be others as well):
sftp-sink
ftp-source
???
I wonder if there are other apps that use config props that have nesting and we just did not notice until this one?
Originally posted by @onobc in #474 (comment)
The text was updated successfully, but these errors were encountered:
Sorry, that was not I meant. Those apps have props like this:
configuration-properties.classes=org.springframework.cloud.fn.supplier.sftp.SftpSupplierProperties, \ org.springframework.cloud.fn.supplier.sftp.SftpSupplierProperties$Factory, \ org.springframework.cloud.fn.supplier.sftp.SftpSupplierProperties$SortSpec, \ org.springframework.cloud.fn.common.file.FileConsumerProperties, \ org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties, \ org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Gemfire, \ org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Redis, \ org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$DynamoDb, \ org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Jdbc, \ org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Zookeeper, \ org.springframework.cloud.fn.common.metadata.store.MetadataStoreProperties$Mongo \
With that I mean the place where I took an idea how that can be provided. And that was a pointer that we have apps with nested props.
I'll take this and will try to take care about missed parts if that.
Sorry, something went wrong.
spring-cloudGH-475: Add some missed nested props for apps
0836ad0
Fixes spring-cloud#475 * Fix JDBC props for limited listed number of them
GH-475: Add some missed nested props for apps (#476)
a841beb
Fixes #475 * Fix JDBC props for limited listed number of them
bc756a3
Fixes spring-cloud/stream-applications#475 * Fix JDBC props for limited listed number of them
artembilan
Successfully merging a pull request may close this issue.
We recently discovered that some apps use config props that in turn has nested config props (eg
KafkaProperties$ProducerProperties
inkafka-source
).The following apps need updating (there may be others as well):
sftp-sink
ftp-source
???
Originally posted by @onobc in #474 (comment)
The text was updated successfully, but these errors were encountered: