Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin request for Buf Schema Registry: quarkus grpc generator #1629

Open
zZHorizonZz opened this issue Dec 13, 2024 · 0 comments
Open

Plugin request for Buf Schema Registry: quarkus grpc generator #1629

zZHorizonZz opened this issue Dec 13, 2024 · 0 comments
Labels
Feature New feature or request

Comments

@zZHorizonZz
Copy link

Where is the source code for the plugin?

The plugin is located in the Quarkus repository at https://github.com/quarkusio/quarkus. Specifically, the plugin code can be found at https://github.com/quarkusio/quarkus/tree/main/extensions/grpc/protoc.

Does the plugin have a valid semver version?

The plugin version should be the same as the Quarkus version, which is currently 3.17.4.

Does the plugin have a dependency on another plugin?

The plugin generates Mutiny stubs and requires the following plugins to be available:

  • buf.build/grpc/java
  • buf.build/protocolbuffers/java

I have tested the generated sources with Protobuf output, and they are compatible with these plugins.

Does the output of this plugin depend on any other external libraries?

The plugin output has a dependency on Quarkus.

@zZHorizonZz zZHorizonZz added the Feature New feature or request label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant