Report
#4079
This PR contains breaking changes. So I just want to fix the wrong part
Expected Behavior
Error example in current code: User enters the following values.
clusterIPAddress: "https://cassandra.test/"
port: "9042"
->Expected clusterIPAddress : https://cassandra.test:9042/
Actual Behavior
The actual clusterIPAddress: https://cassandra.test/
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
None
Kubernetes Version
None
Platform
None
Scaler Details
Cassandra Scaler
Anything else?
Since the change made in PR is breaking change, I'm thinking of correcting the part that gave the error instead.
Report
#4079
This PR contains breaking changes. So I just want to fix the wrong part
Expected Behavior
Error example in current code: User enters the following values.
clusterIPAddress: "https://cassandra.test/"
port: "9042"
->Expected clusterIPAddress : https://cassandra.test:9042/
Actual Behavior
The actual clusterIPAddress: https://cassandra.test/
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
None
Kubernetes Version
None
Platform
None
Scaler Details
Cassandra Scaler
Anything else?
Since the change made in PR is breaking change, I'm thinking of correcting the part that gave the error instead.