summaryrefslogtreecommitdiffstats
path: root/sampleClient/src/main/resources/application.yaml
blob: c592fe42b6fb6bdc36ec6217d13fb1db6762053f (plain)
1
2
3
4
5
6
7
8
kafka:
  kafkaBootstrapServers: [localhost:9092]
  pollingTimeout: 10
  consumerGroup: test-consumer-group
  consumerID: test-id
  consumerTopics: [test-topic.1]
  producerTopics: [test-topic.1]
  kafkaSaslJaasConfig: ${SASL_JAAS_CONFIG:org.apache.kafka.common.security.scram.ScramLoginModule required username="client" password="client-secret";}