Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 8162323

Browse files
cppwfsjvalkeal
authored andcommitted
Updated options-group for SSBJ
Removed dups Re-added exhange to the reader. resolves #4698
1 parent 44a25af commit 8162323

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-cloud-dataflow-single-step-batch-job/src/main/resources/META-INF/dataflow-configuration-option-groups.properties

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ org.springframework.cloud.dataflow.configuration-properties.option-groups.reader
1515
spring.rabbitmq.requested-channel-max,\
1616
spring.rabbitmq.publisher-returns,\
1717
spring.rabbitmq.publisher-confirm-type,\
18-
spring.rabbitmq.publisher-confirm-type,\
1918
spring.rabbitmq.channel-rpc-timeout,\
2019
spring.rabbitmq.parsed-addresses,\
2120
spring.rabbitmq.ssl.enabled,\
@@ -77,6 +76,7 @@ org.springframework.cloud.dataflow.configuration-properties.option-groups.reader
7776
spring.rabbitmq.template.reply-timeout,\
7877
spring.rabbitmq.template.routing-key,\
7978
spring.rabbitmq.template.default-receive-queue,\
79+
spring.rabbitmq.template.exchange,\
8080
spring.rabbitmq.stream.host,\
8181
spring.rabbitmq.stream.port,\
8282
spring.rabbitmq.stream.username,\
@@ -151,7 +151,6 @@ org.springframework.cloud.dataflow.configuration-properties.option-groups.writer
151151
spring.rabbitmq.requested-channel-max,\
152152
spring.rabbitmq.publisher-returns,\
153153
spring.rabbitmq.publisher-confirm-type,\
154-
spring.rabbitmq.publisher-confirm-type,\
155154
spring.rabbitmq.channel-rpc-timeout,\
156155
spring.rabbitmq.parsed-addresses,\
157156
spring.rabbitmq.ssl.enabled,\
@@ -241,8 +240,6 @@ org.springframework.cloud.dataflow.configuration-properties.option-groups.writer
241240
spring.batch.job.jdbcbatchitemwriter.sql
242241
org.springframework.cloud.dataflow.configuration-properties.option-groups.writers.kafkaitemwriter=spring.batch.job.kafkaitemwriter.delete,\
243242
spring.batch.job.kafkaitemwriter.topic,\
244-
spring.kafka.producer.client-id,\
245-
spring.kafka.producer.bootstrap-servers,\
246243
spring.kafka.producer.ssl.key-password,\
247244
spring.kafka.producer.ssl.key-store-location,\
248245
spring.kafka.producer.ssl.key-store-password,\
@@ -263,4 +260,3 @@ org.springframework.cloud.dataflow.configuration-properties.option-groups.writer
263260
spring.kafka.producer.retries,\
264261
spring.kafka.producer.transaction-id-prefix,\
265262
spring.kafka.producer.properties
266-

0 commit comments

Comments
 (0)