We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 729c143 + e514ff0 commit 6d97e9bCopy full SHA for 6d97e9b
src/main/resources/application.properties
@@ -16,6 +16,7 @@ spring.data.mongodb.uri=${MONGODB_URL}
16
spring.data.mongodb.field-naming-strategy=uk.gov.companieshouse.orders.api.model.NoIsSnakeCaseFieldNamingStrategy
17
18
spring.kafka.producer.bootstrap-servers: ${KAFKA_BROKER_ADDR}
19
+spring.kafka.producer.properties.enable.idempotence=false
20
21
feature.options.ordersSearchEndpointEnabled=${ORDERS_SEARCH_ENDPOINT_ENABLED:false}
22
feature.options.multiItemBasketSearchEnabled=${ORDERS_SEARCH_MULTIBASKET_ENABLED:false}
0 commit comments