Lucas Brutschy created KAFKA-18651: -------------------------------------- Summary: Core streams-specific broker configurations Key: KAFKA-18651 URL: https://issues.apache.org/jira/browse/KAFKA-18651 Project: Kafka Issue Type: Sub-task Components: streams Reporter: Lucas Brutschy Assignee: Bill Bejeck
We need to add the following core subset of broker configurations (some may already be there): Broker configs: ``` group.coordinator.rebalance.protocols – add value streams to enable streams rebalance protocol group.streams.session.timeout.ms group.streams.heartbeat.interval.ms group.streams.num.standby.replicas ``` We need to make sure that `num.standby.replicas` is passed with `assignmentConfigs` to the assignor. As defined in the KIP. -- This message was sent by Atlassian Jira (v8.20.10#820010)