Configuration changes for Kafka Addition
message-broker:
enabled: true
endpoint:
name: kafka
bootstrap-address: <bootstrap-address>:9092
security:
protocol: <SASL_PLAINTEXT/SASL_SSL>
sasl:
mechanism: <SCRAM-SHA-256/PLAIN/AWS_MSK_IAM/OAUTHBEARER>
username: <SASL username>
password: <SASL password>
access-key-id: <Access Key ID for AWS IAM and OAUTHBEARER>
secret-key: <Secret key for AWS IAM and OAUTHBEARER>
AWS MSK Authentication
Mounting JKS file
Last updated