david.mcweeney | 38f5b4b | 2023-01-06 11:15:15 +0000 | [diff] [blame] | 1 | kafka: |
| 2 | kafkaBootstrapServers: [localhost:9092] |
| 3 | pollingTimeout: 10 |
| 4 | consumerGroup: my-consumer-group |
| 5 | consumerID: my-consumer-id |
| 6 | consumerTopics: [test.mytopic.1, test.mytopic.2] |
| 7 | producerTopics: [test.mytopic.3] |
| 8 | kafkaSaslJaasConfig: ${SASL_JAAS_CONFIG:org.apache.kafka.common.security.scram.ScramLoginModule required username=admin password=admin-secret;} |
| 9 | |
| 10 | #kafkaSaslJaasConfig: ${SASL_JAAS_CONFIG:org.apache.kafka.common.security.plain.PlainLoginModule required username=admin password=admin-secret;} |
| 11 | #kafkaSaslMechanism: ${SASL_MECHANISM:PLAIN} |