smjn opened a new pull request, #20015:
URL: https://github.com/apache/kafka/pull/20015

   
*https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A+Queues+for+Kafka 
states the `retention.ms` property for the `__share_group_state` to be `-1`.
   * This PR makes it explicit when defining the values of those configs.
   * Existing test has been updated.
   
   ```
   $ bin/kafka-topics.sh --bootstrap-server localhost:9092 --describe
   --topic __share_group_state
   
   Topic: __share_group_state      TopicId: XCwzZjEGSjm5lUc_BeCrqA
   PartitionCount: 50      ReplicationFactor: 1
   Configs:
   compression.type=producer,
   min.insync.replicas=1,
   cleanup.policy=delete,
   segment.bytes=104857600,
   retention.ms=-1
   ...
   ```
   
   Cherry-pick from trunk


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to