@@ -35,7 +35,7 @@ Removed APIs:
35
35
## What's changed
36
36
Changes to configurations:
37
37
38
- ` azureblob-storage ` module:
38
+ ### ` azureblob-storage ` module:
39
39
40
40
| Old | New | Default |
41
41
| --- | --- | --- |
@@ -49,7 +49,7 @@ Changes to configurations:
49
49
| workflow.external.payload.storage.azure_blob.task_input_path | conductor.external-payload-storage.azureblob.taskInputPath | task/input/ |
50
50
| workflow.external.payload.storage.azure_blob.task_output_path | conductor.external-payload-storage.azureblob.taskOutputPath | task/output/ |
51
51
52
- ` cassandra-persistence ` module:
52
+ ### ` cassandra-persistence ` module:
53
53
54
54
| Old | New | Default |
55
55
| --- | --- | --- |
@@ -67,7 +67,7 @@ Changes to configurations:
67
67
| conductor.eventhandler.cache.refresh.time.seconds | conductor.cassandra.eventHandlerCacheRefreshInterval | 60s |
68
68
| workflow.event.execution.persistence.ttl.seconds | conductor.cassandra.eventExecutionPersistenceTTL | 0s |
69
69
70
- ` contribs ` module:
70
+ ### ` contribs ` module:
71
71
72
72
| Old | New | Default |
73
73
| --- | --- | --- |
@@ -121,7 +121,7 @@ Changes to configurations:
121
121
| kafka.publish.producer.cache.size | conductor.tasks.kafka-publish.cacheSize | 10 |
122
122
| kafka.publish.producer.cache.time.ms | conductor.tasks.kafka-publish.cacheTime | 120000ms |
123
123
124
- ` core ` module:
124
+ ### ` core ` module:
125
125
126
126
| Old | New | Default |
127
127
| --- | --- | --- |
@@ -174,7 +174,7 @@ Changes to configurations:
174
174
| workflow.monitor.metadata.refresh.counter | conductor.workflow-monitor.metadataRefreshInterval | 10 |
175
175
| workflow.monitor.stats.freq.seconds | conductor.workflow-monitor.statsFrequency | 60s |
176
176
177
- ` es6-persistence ` module:
177
+ ### ` es6-persistence ` module:
178
178
179
179
| Old | New | Default |
180
180
| --- | --- | --- |
@@ -195,7 +195,7 @@ Changes to configurations:
195
195
| workflow.elasticsearch.auto.index.management.enabled | conductor.elasticsearch.autoIndexManagementEnabled | true |
196
196
| workflow.elasticsearch.document.type.override | conductor.elasticsearch.documentTypeOverride | "" |
197
197
198
- ` es7-persistence ` module:
198
+ ### ` es7-persistence ` module:
199
199
200
200
| Old | New | Default |
201
201
| --- | --- | --- |
@@ -218,14 +218,14 @@ Changes to configurations:
218
218
| workflow.elasticsearch.basic.auth.username | conductor.elasticsearch.username | "" |
219
219
| workflow.elasticsearch.basic.auth.password | conductor.elasticsearch.password | "" |
220
220
221
- ` grpc-server ` module:
221
+ ### ` grpc-server ` module:
222
222
223
223
| Old | New | Default |
224
224
| --- | --- | --- |
225
225
| conductor.grpc.server.port | conductor.grpc-server.port | 8090 |
226
226
| conductor.grpc.server.reflectionEnabled | conductor.grpc-server.reflectionEnabled | true |
227
227
228
- ` mysql-persistence ` module (v3.0.0 - v3.0.5):
228
+ ### ` mysql-persistence ` module (v3.0.0 - v3.0.5):
229
229
230
230
| Old | New | Default |
231
231
| --- | --- | --- |
@@ -243,7 +243,7 @@ Changes to configurations:
243
243
| conductor.mysql.autocommit | conductor.mysql.autoCommit | false |
244
244
| conductor.taskdef.cache.refresh.time.seconds | conductor.mysql.taskDefCacheRefreshInterval | 60s |
245
245
246
- ` mysql-persistence ` module (v3.0.5+):
246
+ ### ` mysql-persistence ` module (v3.0.5+):
247
247
248
248
| Old | New |
249
249
| --- | --- |
@@ -263,7 +263,7 @@ Changes to configurations:
263
263
264
264
* for more properties and default values: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#application-properties.data.spring.datasource.hikari
265
265
266
- ` postgres-persistence ` module (v3.0.0 - v3.0.5):
266
+ ### ` postgres-persistence ` module (v3.0.0 - v3.0.5):
267
267
268
268
| Old | New | Default |
269
269
| --- | --- | --- |
@@ -281,7 +281,7 @@ Changes to configurations:
281
281
| conductor.postgres.autocommit | conductor.postgres.autoCommit | false |
282
282
| conductor.taskdef.cache.refresh.time.seconds | conductor.postgres.taskDefCacheRefreshInterval | 60s |
283
283
284
- ` postgres-persistence ` module (v3.0.5+):
284
+ ### ` postgres-persistence ` module (v3.0.5+):
285
285
286
286
| Old | New |
287
287
| --- | --- |
@@ -301,7 +301,7 @@ Changes to configurations:
301
301
302
302
* for more properties and default values: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#application-properties.data.spring.datasource.hikari
303
303
304
- ` redis-lock ` module:
304
+ ### ` redis-lock ` module:
305
305
306
306
| Old | New | Default |
307
307
| --- | --- | --- |
@@ -312,7 +312,7 @@ Changes to configurations:
312
312
| workflow.decider.locking.namespace | conductor.redis-lock.namespace | "" |
313
313
| workflow.decider.locking.exceptions.ignore | conductor.redis-lock.ignoreLockingExceptions | false |
314
314
315
- ` redis-persistence ` module:
315
+ ### ` redis-persistence ` module:
316
316
317
317
| Old | New | Default |
318
318
| --- | --- | --- |
@@ -332,7 +332,7 @@ Changes to configurations:
332
332
| conductor.taskdef.cache.refresh.time.seconds | conductor.redis.taskDefCacheRefreshInterval | 60s |
333
333
| workflow.event.execution.persistence.ttl.seconds | conductor.redis.eventExecutionPersistenceTTL | 60s |
334
334
335
- ` zookeeper-lock ` module:
335
+ ### ` zookeeper-lock ` module:
336
336
337
337
| Old | New | Default |
338
338
| --- | --- | --- |
@@ -341,7 +341,7 @@ Changes to configurations:
341
341
| workflow.zookeeper.lock.connectionTimeoutMs | conductor.zookeeper-lock.connectionTimeout | 15000ms |
342
342
| workflow.decider.locking.namespace | conductor.zookeeper-lock.namespace | "" |
343
343
344
- Component configuration:
344
+ ### Component configuration:
345
345
346
346
| Old | New | Default |
347
347
| --- | --- | --- |
0 commit comments