14 Open Issues Need Help Last updated: Jul 14, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The issue proposes refactoring the configuration of Camunda system connector URLs. Currently, Engine and Outbox REST URLs are configured using a non-standard, pipe-separated string format within `application-properties`, which is difficult to read and parse. The suggested solution is to replace this custom parsing with Spring Boot's `@ConfigurationProperties`, utilizing a `List<CamundaSystemConfig>` where `CamundaSystemConfig` is a dedicated object encapsulating both required URLs, thereby improving configuration clarity and maintainability.

Complexity: 3/5
help wanted question