Open
Description
Requirement
This page mentions that IntegrationProfile
should not be used in favour of IntegrationPlatform
.
So plz suggest how I can handle following case.
We're creating multiple IntegrationProfile
with different trait configurations.
In particular for jvm RAM configuration, like this.
jvm:
options:
- -Xmx256m
- -Xms128m
I.e. we're having few profiles: small-ram, medium-ram, large-ram, so we can apply desired RAM config for an Integration depending on RAM demand/performance requirements, etc.
Problem
How can this be handled without IntegrationProfile
?
Is the only solution is to install multiple operator instances mirroring IntegrationProfile
via their IntegrationPlatform
?
Proposal
No response
Open questions
No response
Activity