Skip to content

Instantly share code, notes, and snippets.

@billydh
Created November 24, 2020 07:50
Show Gist options
  • Save billydh/d8a072bfdb9bb787a117ee843f14e497 to your computer and use it in GitHub Desktop.
Save billydh/d8a072bfdb9bb787a117ee843f14e497 to your computer and use it in GitHub Desktop.
initial application.yml for test
application:
dynamo:
customer-table-name: "demo-customer-info"
region: "ap-southeast-2"
endpoint: "http://localhost:8042"
kafka:
broker: "localhost:9092"
serializer: io.confluent.kafka.serializers.KafkaAvroSerializer
deserializer: io.confluent.kafka.serializers.KafkaAvroDeserializer
schema-registry-url: "http://localhost:8081"
create-user-request-topic: "create-user-request"
user-created-event-topic: "user-created-event"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment