Skip to content

Commit

Permalink
fix: rename stale to standby in KsqlConfig (#4467)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapavas authored Feb 6, 2020
1 parent 07a4dcd commit f8bb986
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public class KsqlConfig extends AbstractConfig {
public static final boolean KSQL_QUERY_PULL_ENABLE_DEFAULT = true;

public static final String KSQL_QUERY_PULL_ENABLE_STANDBY_READS =
"ksql.query.pull.enable.stale.reads";
"ksql.query.pull.enable.standby.reads";
private static final String KSQL_QUERY_PULL_ENABLE_STANDBY_READS_DOC =
"Config to enable/disable forwarding pull queries to standby hosts when the active is dead. "
+ "This means that stale values may be returned for these queries since standby hosts"
Expand Down

0 comments on commit f8bb986

Please sign in to comment.