justinmclean opened a new pull request, #59: URL: https://github.com/apache/iggy-website/pull/59
`docs/introduction/getting-started` sends readers to `server.toml` in a `configs` directory at the repository root, in two places. Neither exists. That layout predates commit 8db64db94, "chore(repo): restructure project to support multi-lang monorepo (#1726)". At `server-0.6.0` the file was `core/configs/server.toml`, and at `server-0.7.0` and `server-0.8.0` it is `core/server/config.toml`. The 0.7.0 release blog post records the rename. The same section also says "there's no official package to be downloaded yet, the only way to get things up and running is by cloning the repository", then two sentences later says to `docker pull apache/iggy`. Following it via Docker does not get you a working server either: the container needs `SYS_NICE`, `seccomp=unconfined` and a memlock limit for `io_uring`, needs `IGGY_TCP_ADDRESS=0.0.0.0:8090` because it otherwise binds to loopback inside the container, and needs root credentials set for the `iggy`/`iggy` login used later in the guide. All of that is documented on `/docs/server/docker`, but nothing in Getting Started or the SDK section links there. Created with teh help of AI. Checked and tested by a real 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]
