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

Add TLS support #402

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add TLS support #402

wants to merge 1 commit into from

Conversation

jasondlee
Copy link
Collaborator

Add configuration constants for property names
Move constants to a holder class
Port HttpClientOptionsConsumer from Quarkus
Modify HCOP to use ConfigProperties
General code cleanup

Fixes #396

Add configuration constants for property names
Move constants to a holder class
Port HttpClientOptionsConsumer from Quarkus
Modify HCOP to use ConfigProperties
General code cleanup
Copy link
Contributor

@brunobat brunobat left a comment

Choose a reason for hiding this comment

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

private final String grpcEndpointPath;

private final GrpcClient client;

public VertxGrpcSender(
String signalType,
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you need a signal type? The marshaller will handle that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's used in the property lookup to get signal-specific configurations. See here, for example: https://github.com/smallrye/smallrye-opentelemetry/pull/402/files#diff-a90e43f59d93847ebb3a932a020d18b407e60ab8325d6839be09ec3fcc30be19R73-R79

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.

VertxGrpcSender lacks SSL support
2 participants