Luishfs opened a new pull request, #3285: URL: https://github.com/apache/iggy/pull/3285
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> Closes #3042 ## Rationale <!-- Why is this change needed? If the issue explains it well, a one-liner is fine. --> ## What changed? Added MongoDB as a source connector <!-- 2-4 sentences. Problem first (before), then solution (after). GOOD: "Messages were unavailable when background message_saver committed the journal and started async disk I/O before completion. Polling during this window found neither journal nor disk data. The fix freezes journal batches in the in-flight buffer before async persist." GOOD: "When many small messages accumulate in the journal, the flush passes thousands of IO vectors to writev(), exceeding IOV_MAX (1024 on Linux)." BAD: - Walls of text - "This PR adds..." (we can see the diff) --> ## Local Execution - Passed Video https://github.com/user-attachments/assets/a5db01b0-bec3-4e65-9617-5af753679fe0 showing results ( with the master branch updated, since last video was a month ago ) - Pre-commit hooks passed last commit with prek <img width="806" height="666" alt="Screenshot from 2026-05-20 08-25-13" src="https://github.com/user-attachments/assets/5187f296-25d6-42ce-af52-56310c485b23" /> <!-- You must run your code locally before submitting. "Relying on CI" is not acceptable - PRs from authors who haven't run the code will be closed. Did you have `prek` installed? It runs automatically on commit and covers all project languages. See [CONTRIBUTING.md](https://github.com/apache/iggy/blob/master/CONTRIBUTING.md). --> ## AI Usage 1. Claude 2. Claude for general rust questions & MongoDB insertion bash i used in the video 3. Didn't use generated code 4. Yes ( just might need a bit of time since i pushed it just now =P ) <!-- If AI tools were used, please answer: 1. Which tools? (e.g., GitHub Copilot, Claude, ChatGPT) 2. Scope of usage? (e.g., autocomplete, generated functions, entire implementation) 3. How did you verify the generated code works correctly? 4. Can you explain every line of the code if asked? If no AI tools were used, write "None" or delete this section. --> -- 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]
