Skip to content

Conversation

@yordis
Copy link
Member

@yordis yordis commented Nov 8, 2025

No description provided.

@cursor
Copy link

cursor bot commented Nov 8, 2025

PR Summary

Adds a --compressors flag to emit compressors: [...] in generated use GRPC.Server blocks, with docs and tests updated.

  • Generator (cmd/protoc-gen-elixir-grpc):
    • Add --compressors flag and propagate through generation to output compressors: [...] in use GRPC.Server.
    • Update help/usage string to include compressors flag.
  • Docs:
    • Add "Custom Compressors" section with buf.gen.yaml example and generated module snippet.
    • Update combined options example to include compressors=.
  • Tests:
    • Add test for compressors-only option and update combined-options test to assert compressors: [GRPC.Compressor.Gzip] output.

Written by Cursor Bugbot for commit e6e3b9d. This will update automatically on new commits. Configure here.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@coderabbitai
Copy link

coderabbitai bot commented Nov 8, 2025

Warning

Rate limit exceeded

@yordis has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 14 minutes and 20 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between c14c47b and e6e3b9d.

📒 Files selected for processing (3)
  • cmd/protoc-gen-elixir-grpc/README.md (2 hunks)
  • cmd/protoc-gen-elixir-grpc/main.go (8 hunks)
  • cmd/protoc-gen-elixir-grpc/main_test.go (3 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch yordis/feat-server-opts-2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@yordis yordis force-pushed the yordis/feat-server-opts-2 branch from 1990671 to e6e3b9d Compare November 8, 2025 04:43
@yordis yordis marked this pull request as ready for review November 8, 2025 04:44
@yordis yordis merged commit 7ecda53 into main Nov 8, 2025
4 checks passed
@yordis yordis deleted the yordis/feat-server-opts-2 branch November 8, 2025 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants