ksql
ksql copied to clipboard
Processing log : KSQL doesn't warn if processing log written to topic with lower RF
KSQL will warn if the command topic is not replicated
WARN Creating topic _confluent-ksql-default__command_topic with replication factor of 1 which is less than 2. This is not advisable in a production environment. (io.confluent.ksql.rest.util.KsqlInternalTopicUtils:75)
It should do the same for ksql.logging.processing.topic
.
how can i increase the replication factor for command topic if i am running ksqldb from docker?