Skip to content

Reconsider deprecation of IntegrationProfile #6091

Open
@eshepelyuk

Description

@eshepelyuk

Requirement

Zulip Conversation

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

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions