File tree 1 file changed +3
-3
lines changed
group-coordinator/src/main/java/org/apache/kafka/coordinator/group
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ public final class GroupConfig extends AbstractConfig {
59
59
"Negative duration is not allowed.</li>" +
60
60
"<li>anything else: throw exception to the share consumer.</li></ul>" ;
61
61
62
- public static final String STREAMS_SESSION_TIMEOUT_MS_CONFIG = "group. streams.session.timeout.ms" ;
62
+ public static final String STREAMS_SESSION_TIMEOUT_MS_CONFIG = "streams.session.timeout.ms" ;
63
63
64
- public static final String STREAMS_HEARTBEAT_INTERVAL_MS_CONFIG = "group. streams.heartbeat.interval.ms" ;
64
+ public static final String STREAMS_HEARTBEAT_INTERVAL_MS_CONFIG = "streams.heartbeat.interval.ms" ;
65
65
66
- public static final String STREAMS_NUM_STANDBY_REPLICAS_CONFIG = "group. streams.num.standby.replicas" ;
66
+ public static final String STREAMS_NUM_STANDBY_REPLICAS_CONFIG = "streams.num.standby.replicas" ;
67
67
68
68
public final int consumerSessionTimeoutMs ;
69
69
You can’t perform that action at this time.
0 commit comments