ksql icon indicating copy to clipboard operation
ksql copied to clipboard

Processing log : KSQL doesn't warn if processing log written to topic with lower RF

Open rmoff opened this issue 5 years ago • 1 comments

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.

rmoff avatar Mar 14 '19 17:03 rmoff

how can i increase the replication factor for command topic if i am running ksqldb from docker?

andsty avatar Apr 20 '24 09:04 andsty