justinmclean opened a new pull request, #47: URL: https://github.com/apache/iggy-website/pull/47
`intro.mdx` imported `github.com/apache/iggy/foreign/go`, a module path with no package at its root, then used `iggy.NewClient`, `Login`, a three-argument `CreateTopic`, and `SendMessages` taking `[][]byte`. None of those exist. `examples.mdx` had the right imports and constructor but omitted the context argument on every call and never called `Connect`. All three snippets now run against `apache/iggy:edge`: the quickstart sends a message, the producer sends ten, the consumer reads them back. They are safe to re-run, ignoring only "already exists" on stream and topic creation via `errors.Is`, and the producer logs each send so the user can see what is going on. AI was used to help make this fix. Reviewed and fully tested by a human. -- 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]
