Skip to content

Add convenient gRPC Config constructors#293

Merged
antas-marcin merged 1 commit intomainfrom
add-grpc-convenient-config-constructors
Jul 24, 2024
Merged

Add convenient gRPC Config constructors#293
antas-marcin merged 1 commit intomainfrom
add-grpc-convenient-config-constructors

Conversation

@antas-marcin
Copy link
Collaborator

No description provided.

}

public Config(String scheme, String host, boolean gRPCSecured, String gRPCHost, Map<String, String> headers) {
this(scheme, host, null, DEFAULT_TIMEOUT_SECONDS, gRPCSecured, gRPCHost);
Copy link
Member

Choose a reason for hiding this comment

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

headers do not seem to be used

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh, thank you for pointing this, will fix it asap

@antas-marcin antas-marcin force-pushed the add-grpc-convenient-config-constructors branch from f3c9085 to e2e6d8b Compare July 24, 2024 10:32
@antas-marcin antas-marcin merged commit 1547278 into main Jul 24, 2024
@antas-marcin antas-marcin deleted the add-grpc-convenient-config-constructors branch July 24, 2024 11:07
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