Skip to content

Conversation

@P0t4T0o
Copy link
Contributor

@P0t4T0o P0t4T0o commented Nov 20, 2025

Description of your changes

Fixes #187

I have:

  • Read and followed Crossplane's contribution process.
  • [ ] Added or updated unit tests for my change.

Signed-off-by: Matej Ohradzansky <[email protected]>
Signed-off-by: Matej Ohradzansky <[email protected]>
@P0t4T0o P0t4T0o marked this pull request as ready for review November 21, 2025 07:37
@P0t4T0o P0t4T0o requested review from bobh66 and negz as code owners November 21, 2025 07:37
@iciclespider
Copy link
Collaborator

@P0t4T0o If you can resolve the lint error, I'll get a new version of this released with it.

Signed-off-by: Matej Ohradzansky <[email protected]>
@P0t4T0o
Copy link
Contributor Author

P0t4T0o commented Nov 24, 2025

Hi @iciclespider,
linter issues should be fixed now. Thanks for having a look at this.

address: The address at which to listen for requests.
creds: The credentials used to authenticate requests.
insecure: Serve insecurely, without credentials or encryption.
options: Additional gRPC server options.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: we can give some option examples

Copy link
Member

@ezgidemirel ezgidemirel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @P0t4T0o, LGTM!

Signed-off-by: Matej Ohradzansky <[email protected]>
@iciclespider iciclespider merged commit 0dd06ef into crossplane:main Nov 24, 2025
6 checks passed
Comment on lines +20 to +21
from collections.abc import Sequence
from typing import Any
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We typically try to avoid importing types directly, but instead only import packages. I thought our linter should catch this. I'll update it.

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.

grpc message size configuration

4 participants