Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes Summary
I was just getting started with Sequin and TypeSense, so I was following this guide: https://sequinstream.com/docs/quickstart/typesense and noticed a couple improvements that could be made:
(0).29.0(there's eventypesense/typesense:30.0.rca32, which I used and it worked for theproductsexample, but I assume docs want to point to non-RC version),http://host.docker.internal:8108wasn't working, but I had success with specifying Typesense container name directly (added it as alternative Host in the docs),After updating it to:
it worked as expected. Mind you that I'm no Elixir guy, so the above was generated with GPT using the prompt that was in the settings.
There's one more thing that I didn't edit: in "Step 6. Configure Typesense" it mentions Collection. Seems this field was moved to "Routing". While it's quite intuitive after a minute, it would be good to note this change in the future.