DOC-313: Kinesis: add option for a rust based mock#731
Conversation
Deploying localstack-docs with
|
| Latest commit: |
8f0d6b7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8c236338.localstack-docs.pages.dev |
| Branch Preview URL: | https://kinesis-rust-mock.localstack-docs.pages.dev |
| Future versions of LocalStack will likely default to using the `scala` engine over the less-performant `node` version currently in use. | ||
| ::: | ||
|
|
||
| #### Rust engine |
There was a problem hiding this comment.
Its hard to benchmark Scala vs Rust accurately as Scala does not adhere to API data plane limits like 1MiB/s ingress rates per shard but all of my tests show lower CPU + Memory usage and equivalent or better throughput once shards are scaled up high enough for the Rust side to really get going.
|
|
||
| Regardless of the selected engine, you can reduce `KINESIS_LATENCY` artificial response delays from the default `500` milliseconds (or disable them entirely with `0`). | ||
|
|
||
| Refer to our [Kinesis configuration documentation](https://docs.localstack.cloud/references/configuration/#kinesis) for more details on these parameters. |
There was a problem hiding this comment.
hey @jbeemster, we don't have a /references directory in docs, curious about where you found this link?
(this looks like an old link from the v1 docs site from over a year ago)
It would be helpful to know where this old url came from, such as did you find in in search results? Want to double check if I need to update the 301s for this repo.
|
tyvm for your docs contribution, @jbeemster 🌟 FYI: Not related to your work, but Peter and I are about to push a hot fix to our 301s and some of the directories in a seperate PR. Once I merge Peter's PR, I need to update your PR with the correct kinesis config doc url. |
No description provided.