-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cassandra Scaler Port error #4110
Labels
bug
Something isn't working
Comments
I want to send a PR that solves this error.. @tomkerkhove |
1 task
1 task
ithesadson
added a commit
to ithesadson/keda
that referenced
this issue
Jan 30, 2023
Signed-off-by: ithesadson <thesadson@gmail.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
JorTurFer
removed
the
stale
All issues that are marked as stale due to inactivity
label
Mar 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: