X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fkafka11aaf.git;a=blobdiff_plain;f=sampleClient%2Fsrc%2Fmain%2Fresources%2Fapplication.yaml;h=c592fe42b6fb6bdc36ec6217d13fb1db6762053f;hp=b8a0f706e209e51a6e3206bc350748fdc3aa3e39;hb=refs%2Fheads%2Fmaster;hpb=2d3181aa8e21a6f4b31565958cf2cb35bc836dff diff --git a/sampleClient/src/main/resources/application.yaml b/sampleClient/src/main/resources/application.yaml index b8a0f70..c592fe4 100644 --- a/sampleClient/src/main/resources/application.yaml +++ b/sampleClient/src/main/resources/application.yaml @@ -1,11 +1,8 @@ kafka: kafkaBootstrapServers: [localhost:9092] pollingTimeout: 10 - consumerGroup: my-consumer-group - consumerID: my-consumer-id - consumerTopics: [test.mytopic.1, test.mytopic.2] - producerTopics: [test.mytopic.3] - kafkaSaslJaasConfig: ${SASL_JAAS_CONFIG:org.apache.kafka.common.security.scram.ScramLoginModule required username=admin password=admin-secret;} - - #kafkaSaslJaasConfig: ${SASL_JAAS_CONFIG:org.apache.kafka.common.security.plain.PlainLoginModule required username=admin password=admin-secret;} - #kafkaSaslMechanism: ${SASL_MECHANISM:PLAIN} \ No newline at end of file + 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";}