feat: Allowing password based authentication and SSL for Redis in Java feature server#2322
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2322 +/- ##
==========================================
+ Coverage 58.73% 58.76% +0.02%
==========================================
Files 116 116
Lines 9888 9894 +6
==========================================
+ Hits 5808 5814 +6
Misses 4080 4080
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
java/serving/src/main/java/feast/serving/config/ApplicationProperties.java
Outdated
Show resolved
Hide resolved
java/serving/src/main/java/feast/serving/config/ApplicationProperties.java
Outdated
Show resolved
Hide resolved
andrijaperovic
left a comment
There was a problem hiding this comment.
@adchia do you plan to port the tcp keepalive and socket resolver changes as well? Or you want me to add these changes separately.
@andrijaperovic yeah can you make the other changes too? Wanted to get this one in first since it's blocking some users |
...nectors/redis/src/main/java/feast/storage/connectors/redis/retriever/RedisClusterClient.java
Show resolved
Hide resolved
Signed-off-by: Danny Chiao <danny@tecton.ai>
Signed-off-by: Danny Chiao <danny@tecton.ai>
|
friendly bump @woop |
java/serving/src/main/java/feast/serving/config/ApplicationProperties.java
Show resolved
Hide resolved
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, woop The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
What this PR does / why we need it:
This is a partial forward port of feast-dev/feast-java-old#44 to enable auth for Redis in the Java feature server (Python already handles this)
Which issue(s) this PR fixes:
Fixes # #2285
Does this PR introduce a user-facing change?: