Skip to content
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

Support of Multiple Function Location Jars #1090

Open
anoop-awasthi opened this issue Nov 6, 2023 · 1 comment
Open

Support of Multiple Function Location Jars #1090

anoop-awasthi opened this issue Nov 6, 2023 · 1 comment

Comments

@anoop-awasthi
Copy link

We have a use case where Indivisual functions are developed in their seperate Jars due to Isolation reasons and we want to deploy these multiple functions combined in a single deployer.
Single Deployer should maintain child application contexts and loads the corresponding function jar.

Ex-

spring.cloud.function.location=target/upper-1.0.0.jar;target/lower-1.0.0.jar
spring.cloud.function.definition=upperFunction;lowerFunction

Similar Issue mentioned in
#564

@cybdrachir
Copy link

We have the same use case. Is there any plan to add this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants