Skip to content

Allow Embedded Engine to be configured with configuration file #32

@RomanJRW

Description

@RomanJRW

Optimize currently uses the EmbeddedBrokerRule, and its constuctor makes things very easy for us to apply our quite simple config as follows:

this.embeddedBrokerRule = new EmbeddedBrokerRule(ZEEBE_CONFIG_PATH);

The most important config for us is the ElasticsearchExporter we use, but we also set the number of partitions (2) too.

If possible, an equivalent for EZE would be very helpful. I understand that this may be currently possible using a parameter map, but this is a bit more awkward for us to use. We would eventually like to use the JUnit 5 extension too, and I don't think this is currently an option with that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions