Bring Your Own Kafka
If Kafka already exists and meets the following expectations, it can be used in place of Strimzi created by this Terraform. Expected configuration:
Client Authentication: None
KRaft Mode: Enabled
TLS Communications: Enabled
In order to use your own Kafka, make the following modifications to the execution instructions:
Set terraform variable
provision_kafka_serverstofalse.Set terraform variable
byo_kafka_connection_stringto your connection string.Do not execute the build of Strimzi in the following instructions.