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

feature: GRPCService reflection flag #199

Merged
merged 6 commits into from
Mar 7, 2024

Conversation

azryve
Copy link
Contributor

@azryve azryve commented Mar 7, 2024

Enables reflection for all grpc services added to grpc server.
Usage: GRPCService(reflection=True). By default set to false.
Adds new depenency grpcio-reflection for the aiomisc[grpc].

Enables reflection for all grpc services added to grpc server.
Usage: grpc_service = GRPCService(reflection=True). By default set to false.
Adds new depenency for the aiomisc[grpc] extras: grpcio-reflection.
@mosquito
Copy link
Collaborator

mosquito commented Mar 7, 2024

@azryve please generate a lockfile using poetry lock --no-update
image

@mosquito mosquito merged commit 12bfae8 into aiokitchen:master Mar 7, 2024
16 checks passed
@mosquito
Copy link
Collaborator

mosquito commented Mar 7, 2024

released as 17.3.48

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