You are on page 1of 2

spring:

cloud:
config:
enabled: false
application:
name: workload-siri-gateway-transactions-errors
kafka:
# jaas:
# enabled: true
# security:
# protocol: SASL_SSL
# properties:
# security:
# protocol: SASL_SSL
# sasl:
# mechanism: AWS_MSK_IAM
# jaas:
# config: software.amazon.msk.auth.iam.IAMLoginModule required;
# client:
# callback:
# handler:
# class: software.amazon.msk.auth.iam.IAMClientCallbackHandler
#bootstrap-servers: ${MSK_BOOTSTRAP_SERVERS}
bootstrap-servers: localhost:9092
consumer:
# security:
# protocol: SASL_SSL
key-serializer: org.apache.kafka.common.serialization.StringSerializer
value-serializer: org.apache.kafka.common.serialization.StringSerializer
#topic: siri-gateway-transactions-errors-topic
topic: siri-gateway-transactions-external-errors-topic
sirius-topic: siri-gateway-transactions-internal-errors-topic
retry:
topic:
attempts: 2
server:
port: 9001
servlet:
context-path: /workload/gateway-transaction-errors/v1.0
info:
project:
name: '@project.name@'
description: '@project.description@'
version: '@project.version@'
type: workload
artifact-id: '@project.artifactId@'
springdoc:
api-docs:
path: /openapi
management:
endpoints:
web:
exposure:
include: health,info
application:
bespin:
api:
path: /siri
circuit-breaker:
bespin:
default:
ring-buffer-size-in-closed-state: 30
ring-buffer-size-in-half-open-state: 10
failure-rate-threshold: 50
wait-duration-in-open-state: 10000
aws:
sqs:
end-point:
producer:
#uri: ${TRX_ERROR_SQS}
uri: http://localhost:4566/000000000000/dev-vd-rptresumentrans-error-sqs
kms:
decrypt:
#key-id: ${SIRIUS_KMS_KEY_ID}
key-id: arn:aws:kms:us-east-1:820370175812:key/672e91d3-e960-46c2-a7d5-
91b1e1906293
http-client:
support-gateway:
base-url: ${SUPPORT_SIRI_GATEWAY_ENDPOINT}
connect-timeout: 30
read-timeout: 30
write-timeout: 30

You might also like