Skip to content

Reconsider deprecation of IntegrationProfile #6091

Closed
@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions