|
5 | 5 | "type": "org.fireflyframework.orchestration.config.OrchestrationProperties", |
6 | 6 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties" |
7 | 7 | }, |
| 8 | + { |
| 9 | + "name": "firefly.orchestration.backpressure", |
| 10 | + "type": "org.fireflyframework.orchestration.config.OrchestrationProperties$BackpressureProperties", |
| 11 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties", |
| 12 | + "sourceMethod": "getBackpressure()" |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "firefly.orchestration.backpressure.circuit-breaker", |
| 16 | + "type": "org.fireflyframework.orchestration.config.OrchestrationProperties$CircuitBreakerProperties", |
| 17 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$BackpressureProperties", |
| 18 | + "sourceMethod": "getCircuitBreaker()" |
| 19 | + }, |
8 | 20 | { |
9 | 21 | "name": "firefly.orchestration.dlq", |
10 | 22 | "type": "org.fireflyframework.orchestration.config.OrchestrationProperties$DlqProperties", |
11 | 23 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties", |
12 | 24 | "sourceMethod": "getDlq()" |
13 | 25 | }, |
| 26 | + { |
| 27 | + "name": "firefly.orchestration.eventsourcing", |
| 28 | + "type": "org.fireflyframework.orchestration.config.OrchestrationProperties$EventSourcingProperties", |
| 29 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties", |
| 30 | + "sourceMethod": "getEventsourcing()" |
| 31 | + }, |
14 | 32 | { |
15 | 33 | "name": "firefly.orchestration.health", |
16 | 34 | "type": "org.fireflyframework.orchestration.config.OrchestrationProperties$HealthProperties", |
|
65 | 83 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties", |
66 | 84 | "sourceMethod": "getTcc()" |
67 | 85 | }, |
| 86 | + { |
| 87 | + "name": "firefly.orchestration.tcc.composition", |
| 88 | + "type": "org.fireflyframework.orchestration.config.OrchestrationProperties$TccCompositionProperties", |
| 89 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$TccProperties", |
| 90 | + "sourceMethod": "getComposition()" |
| 91 | + }, |
68 | 92 | { |
69 | 93 | "name": "firefly.orchestration.tracing", |
70 | 94 | "type": "org.fireflyframework.orchestration.config.OrchestrationProperties$TracingProperties", |
71 | 95 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties", |
72 | 96 | "sourceMethod": "getTracing()" |
73 | 97 | }, |
| 98 | + { |
| 99 | + "name": "firefly.orchestration.validation", |
| 100 | + "type": "org.fireflyframework.orchestration.config.OrchestrationProperties$ValidationProperties", |
| 101 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties", |
| 102 | + "sourceMethod": "getValidation()" |
| 103 | + }, |
74 | 104 | { |
75 | 105 | "name": "firefly.orchestration.workflow", |
76 | 106 | "type": "org.fireflyframework.orchestration.config.OrchestrationProperties$WorkflowProperties", |
77 | 107 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties", |
78 | 108 | "sourceMethod": "getWorkflow()" |
| 109 | + }, |
| 110 | + { |
| 111 | + "name": "management.endpoint.orchestration-metrics", |
| 112 | + "type": "org.fireflyframework.orchestration.core.observability.OrchestrationMetricsEndpoint", |
| 113 | + "sourceType": "org.fireflyframework.orchestration.core.observability.OrchestrationMetricsEndpoint" |
79 | 114 | } |
80 | 115 | ], |
81 | 116 | "properties": [ |
| 117 | + { |
| 118 | + "name": "firefly.orchestration.backpressure.batch-size", |
| 119 | + "type": "java.lang.Integer", |
| 120 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$BackpressureProperties", |
| 121 | + "defaultValue": 10 |
| 122 | + }, |
| 123 | + { |
| 124 | + "name": "firefly.orchestration.backpressure.circuit-breaker.failure-threshold", |
| 125 | + "type": "java.lang.Integer", |
| 126 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$CircuitBreakerProperties", |
| 127 | + "defaultValue": 5 |
| 128 | + }, |
| 129 | + { |
| 130 | + "name": "firefly.orchestration.backpressure.circuit-breaker.half-open-max-calls", |
| 131 | + "type": "java.lang.Integer", |
| 132 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$CircuitBreakerProperties", |
| 133 | + "defaultValue": 3 |
| 134 | + }, |
| 135 | + { |
| 136 | + "name": "firefly.orchestration.backpressure.circuit-breaker.recovery-timeout", |
| 137 | + "type": "java.time.Duration", |
| 138 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$CircuitBreakerProperties", |
| 139 | + "defaultValue": "30s" |
| 140 | + }, |
| 141 | + { |
| 142 | + "name": "firefly.orchestration.backpressure.strategy", |
| 143 | + "type": "java.lang.String", |
| 144 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$BackpressureProperties", |
| 145 | + "defaultValue": "adaptive" |
| 146 | + }, |
82 | 147 | { |
83 | 148 | "name": "firefly.orchestration.dlq.enabled", |
84 | 149 | "type": "java.lang.Boolean", |
85 | 150 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$DlqProperties", |
86 | 151 | "defaultValue": true |
87 | 152 | }, |
| 153 | + { |
| 154 | + "name": "firefly.orchestration.eventsourcing.projection-poll-interval", |
| 155 | + "type": "java.time.Duration", |
| 156 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$EventSourcingProperties", |
| 157 | + "defaultValue": "5s" |
| 158 | + }, |
| 159 | + { |
| 160 | + "name": "firefly.orchestration.eventsourcing.snapshot-interval", |
| 161 | + "type": "java.lang.Integer", |
| 162 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$EventSourcingProperties", |
| 163 | + "defaultValue": 100 |
| 164 | + }, |
88 | 165 | { |
89 | 166 | "name": "firefly.orchestration.health.enabled", |
90 | 167 | "type": "java.lang.Boolean", |
|
150 | 227 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$RestProperties", |
151 | 228 | "defaultValue": true |
152 | 229 | }, |
| 230 | + { |
| 231 | + "name": "firefly.orchestration.saga.compensation-error-handler", |
| 232 | + "type": "java.lang.String", |
| 233 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$SagaProperties", |
| 234 | + "defaultValue": "default" |
| 235 | + }, |
153 | 236 | { |
154 | 237 | "name": "firefly.orchestration.saga.compensation-policy", |
155 | 238 | "type": "org.fireflyframework.orchestration.core.model.CompensationPolicy", |
|
174 | 257 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$SchedulingProperties", |
175 | 258 | "defaultValue": 4 |
176 | 259 | }, |
| 260 | + { |
| 261 | + "name": "firefly.orchestration.tcc.composition.compensation-policy", |
| 262 | + "type": "org.fireflyframework.orchestration.core.model.CompensationPolicy", |
| 263 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$TccCompositionProperties", |
| 264 | + "defaultValue": "strict-sequential" |
| 265 | + }, |
| 266 | + { |
| 267 | + "name": "firefly.orchestration.tcc.composition.enabled", |
| 268 | + "type": "java.lang.Boolean", |
| 269 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$TccCompositionProperties", |
| 270 | + "defaultValue": true |
| 271 | + }, |
177 | 272 | { |
178 | 273 | "name": "firefly.orchestration.tcc.default-timeout", |
179 | 274 | "type": "java.time.Duration", |
|
192 | 287 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$TracingProperties", |
193 | 288 | "defaultValue": true |
194 | 289 | }, |
| 290 | + { |
| 291 | + "name": "firefly.orchestration.validation.enabled", |
| 292 | + "type": "java.lang.Boolean", |
| 293 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$ValidationProperties", |
| 294 | + "defaultValue": true |
| 295 | + }, |
| 296 | + { |
| 297 | + "name": "firefly.orchestration.validation.fail-on-warning", |
| 298 | + "type": "java.lang.Boolean", |
| 299 | + "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$ValidationProperties", |
| 300 | + "defaultValue": false |
| 301 | + }, |
195 | 302 | { |
196 | 303 | "name": "firefly.orchestration.workflow.enabled", |
197 | 304 | "type": "java.lang.Boolean", |
198 | 305 | "sourceType": "org.fireflyframework.orchestration.config.OrchestrationProperties$WorkflowProperties", |
199 | 306 | "defaultValue": true |
| 307 | + }, |
| 308 | + { |
| 309 | + "name": "management.endpoint.orchestration-metrics.access", |
| 310 | + "type": "org.springframework.boot.actuate.endpoint.Access", |
| 311 | + "description": "Permitted level of access for the orchestration-metrics endpoint.", |
| 312 | + "sourceType": "org.fireflyframework.orchestration.core.observability.OrchestrationMetricsEndpoint", |
| 313 | + "defaultValue": "unrestricted" |
| 314 | + }, |
| 315 | + { |
| 316 | + "name": "management.endpoint.orchestration-metrics.cache.time-to-live", |
| 317 | + "type": "java.time.Duration", |
| 318 | + "description": "Maximum time that a response can be cached.", |
| 319 | + "sourceType": "org.fireflyframework.orchestration.core.observability.OrchestrationMetricsEndpoint", |
| 320 | + "defaultValue": "0ms" |
| 321 | + }, |
| 322 | + { |
| 323 | + "name": "management.endpoint.orchestration-metrics.enabled", |
| 324 | + "type": "java.lang.Boolean", |
| 325 | + "description": "Whether to enable the orchestration-metrics endpoint.", |
| 326 | + "sourceType": "org.fireflyframework.orchestration.core.observability.OrchestrationMetricsEndpoint", |
| 327 | + "defaultValue": true, |
| 328 | + "deprecated": true, |
| 329 | + "deprecation": { |
| 330 | + "replacement": "management.endpoint.orchestration-metrics.access", |
| 331 | + "since": "3.4.0" |
| 332 | + } |
200 | 333 | } |
201 | 334 | ], |
202 | 335 | "hints": [], |
|
0 commit comments