Customizing Guide

Note:
This configuration can be applied only for Event Service 5.23.1-b07 and higher.

Use this configuration with correct values for username and password in these files:

event-service.properties:

# Enables or disables Kafka authentication with SASL/PLAIN.
event-service.kafka.auth.saslPlainEnabled=true
# Username for Kafka authentication with SASL/PLAIN.
event-service.kafka.auth.saslPlain.username=

secret.properties:

Note:
To prevent wrong encryption of the password, this change should be done by Storemanager in most cases.
event-service.event-service.kafka.auth.saslPlain.password=

Editor