Skip to content

Commit

Permalink
Update application-test.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Mar 19, 2024
1 parent 781c505 commit 5796eef
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
spring.cloud.function.definition=producerSupplier;consumeEvent

spring.cloud.stream.bindings.producerSupplier-out-0.destination=my-test-stream
spring.cloud.stream.bindings.producerSupplier-out-0.content-type=application/json
spring.cloud.stream.bindings.producerSupplier-out-0.producer.header-mode=none

spring.testcontainers.beans.startup=parallel
## Turn off as we dont need kpl
spring.cloud.stream.kinesis.binder.kpl-kcl-enabled=false

spring.testcontainers.beans.startup=parallel

0 comments on commit 5796eef

Please sign in to comment.