summaryrefslogtreecommitdiff
path: root/net/kafka/files/pkg-message.in
blob: f5f0fe1b65a019416d5017688aa7c3a7ffac376c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[
{ type: install
  message: <<EOM
    Kafka KRaft mode is marked as production ready since v3.3.1.
    If you want to start using KRaft mode be aware that there are
    separate configs in %%ETCDIR%%/kraft directory.
    The data logs will be stored in %%KAFKA_DBDIR%%/kraft directory by default.
    So set kafka_config="%%ETCDIR%%/kraft/server.properties" in /etc/rc.conf
    to get started with KRaft mode.
EOM
}
]