forked from raystack/firehose
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: TLS implementation in gRPC sink (#47)
Implemented TLS support in gRPC sink. also added 2 configurations for gRPC sink:- SINK_GRPC_TLS_ENABLE → indicates whether the sink needs to be connected over TLS. Default value is false SINK_GRPC_ROOT_CA → The ca-certificate * feat: TLS support in gRPC sink * restore gradle build to previous version * cert file location changed * feat: TLS implementation in gRPC sink * refactor: removing print statements * resolved comments * managed channel builder refactor * gRPC sink docs updated * reformat: formatting * files added in gitignore and version changed * bump up version 0.10.5 * deleted test resource binary * resolve comments
- Loading branch information
1 parent
ba3220e
commit 1e2b0e0
Showing
7 changed files
with
80 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ generated | |
.project | ||
.settings | ||
bin | ||
src/test/resources | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters