Fix not overriding cloud stream properties (#2582)
Co-authored-by: vasilchev <vasil.ilchev@bosch.com>
This commit is contained in:
@@ -50,8 +50,18 @@ hawkbit.lock=inMemory
|
||||
# Disable discovery client of spring-cloud-commons
|
||||
spring.cloud.discovery.enabled=false
|
||||
# remote events configuration
|
||||
# remote events configuration
|
||||
spring.cloud.function.definition=fanoutEventConsumer;serviceEventConsumer
|
||||
spring.cloud.stream.default.content-type=application/remote-event-json
|
||||
# Optional: Use protostuff (if enabled)
|
||||
# spring.cloud.stream.default.content-type=application/binary+protostuff
|
||||
# -- Consumer bindings --
|
||||
spring.cloud.stream.bindings.fanoutEventConsumer-in-0.destination=fanoutEventChannel
|
||||
spring.cloud.stream.bindings.serviceEventConsumer-in-0.destination=serviceEventChannel
|
||||
# -- Producer bindings (for StreamBridge) --
|
||||
spring.cloud.stream.bindings.fanoutEventChannel.destination=fanoutEventChannel
|
||||
spring.cloud.stream.bindings.serviceEventChannel.destination=serviceEventChannel
|
||||
spring.cloud.stream.bindings.serviceEventConsumer-in-0.group=${spring.application.name}
|
||||
|
||||
# Swagger Configuration / https://springdoc.org/v2/#properties
|
||||
springdoc.api-docs.version=openapi_3_0
|
||||
|
||||
Reference in New Issue
Block a user