ksobrenat32 opened a new pull request, #35548: URL: https://github.com/apache/beam/pull/35548
I've been working on a **Pub/Sub topic cleaner** that has significantly reduced the total topic count — from around **7.5k** to **1.6k**. To monitor its effectiveness, I’ve been running an **hourly topic listing script** to track which topics exist over time. Using this data, I created a [logs analyzer script](https://github.com/user-attachments/files/21149487/logs_analyzer_script.txt) that counts how often each topic appears in the logs. Based on the [output.txt](https://github.com/user-attachments/files/21149495/log_analyis.txt) , I identified several **frequently recurring topic prefixes** that are likely candidates for cleanup. ### Changes in This PR - Adds new topic prefixes to the cleaner script based on historical usage patterns. -- 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]
