kamalcph opened a new pull request, #22774: URL: https://github.com/apache/kafka/pull/22774
- This is a draft proposal to implement [KIP-1266](https://cwiki.apache.org/confluence/spaces/KAFKA/pages/406618613/KIP-1266+Bounding+The+Number+Of+RemoteLogMetadata+Messages+via+Compacted+Topic). The approach taken is to have limited set of changes and prepare the topic to enable compaction. - The actual decision to enable compaction or not in the `__remote_log_metdata` topic is left to the users. We can provide a script to reads all the record keys in the metadata topic and outputs the count of null and non-null key record count, then optionally update the topic config to compact if required. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
